cvs commit: ports/multimedia/ffmpeg Makefile

John Birrell jb at cimlogic.com.au
Sun Feb 29 15:35:30 PST 2004


On Sat, Feb 28, 2004 at 11:44:10AM -0800, Adam Weinberger wrote:
> adamw       2004/02/28 11:44:10 PST
> 
>   FreeBSD ports repository
> 
>   Modified files:
>     multimedia/ffmpeg    Makefile 
>   Log:
>   Add a missing \.
>   
>   Submitted by:   FreshPorts sanity checking, which I didn't even know was
>                   trolling my commits. Cool!!1
>   
>   Revision  Changes    Path
>   1.33      +1 -1      ports/multimedia/ffmpeg/Makefile

There is a stray quotation mark in the non-optimised case. 

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/multimedia/ffmpeg/Makefile,v
retrieving revision 1.33
diff -c -r1.33 Makefile
*** Makefile    28 Feb 2004 19:44:10 -0000      1.33
--- Makefile    29 Feb 2004 23:27:43 -0000
***************
*** 137,143 ****
  .else
  CONFIGURE_ARGS+=      --extra-cflags="-fPIC -DPIC -I${LOCALBASE}/include \
                        -I${X11BASE}/include" \
!                       --disable-opts" \
                        --extra-ldflags="-L${LOCALBASE}/lib -L${X11BASE}/lib -lm "
  .endif
  
--- 137,143 ----
  .else
  CONFIGURE_ARGS+=      --extra-cflags="-fPIC -DPIC -I${LOCALBASE}/include \
                        -I${X11BASE}/include" \
!                       --disable-opts \
                        --extra-ldflags="-L${LOCALBASE}/lib -L${X11BASE}/lib -lm "
  .endif
  

-- 
John Birrell


More information about the cvs-ports mailing list