ports/163225: [patch] multimedia/flvstreamer: respect CC/CFLAGS
Jan Beich
jbeich at tormail.net
Tue Dec 13 06:10:14 UTC 2011
>Number: 163225
>Category: ports
>Synopsis: [patch] multimedia/flvstreamer: respect CC/CFLAGS
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: sw-bug
>Submitter-Id: current-users
>Arrival-Date: Tue Dec 13 06:10:10 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator: Jan Beich
>Release: FreeBSD 10.0-CURRENT amd64
>Organization:
>Environment:
# slightly different from pointyhat
$ export PATH=~/.bin:$PATH
$ for cc in CC cc c++ gcc g++ cpp; do ln -s /usr/bin/false ~/.bin/${cc}; done
>Description:
>How-To-Repeat:
http://pointyhat.freebsd.org/errorlogs/amd64-errorlogs/e.9-exp.20110723205754/flvstreamer-2.1.c.1_1.log
>Fix:
--- cc.diff begins here ---
Index: multimedia/flvstreamer/Makefile
===================================================================
RCS file: /a/.csup/ports/multimedia/flvstreamer/Makefile,v
retrieving revision 1.2
diff -u -p -r1.2 Makefile
--- multimedia/flvstreamer/Makefile 4 Jan 2011 11:56:56 -0000 1.2
+++ multimedia/flvstreamer/Makefile 13 Dec 2011 04:07:57 -0000
@@ -17,6 +17,7 @@ COMMENT= An open source command-line RTM
USE_GMAKE= yes
ALL_TARGET= posix
+MAKE_ARGS= ${MAKE_ENV:S/CFLAGS/OPT/}
WRKSRC= ${WRKDIR}/${PORTNAME}
PLIST_FILES= bin/flvstreamer bin/streams
--- cc.diff ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list