Date: Mon, 1 Mar 2004 10:35:23 +1100 From: John Birrell <jb@cimlogic.com.au> To: Adam Weinberger <adamw@FreeBSD.org> Cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/multimedia/ffmpeg Makefile Message-ID: <20040301103522.J16237@freebsd3.cimlogic.com.au> In-Reply-To: <200402281944.i1SJiA3E010931@repoman.freebsd.org>; from adamw@FreeBSD.org on Sat, Feb 28, 2004 at 11:44:10AM -0800 References: <200402281944.i1SJiA3E010931@repoman.freebsd.org>
index | next in thread | previous in thread | raw e-mail
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
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040301103522.J16237>
