Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 12 Dec 2011 20:08:48 -0800
From:      Jan Beich <jbeich@tormail.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/163225: [patch] multimedia/flvstreamer: respect CC/CFLAGS
Message-ID:  <1RaLT1-000H5g-Mr@internal.tormail.net>
Resent-Message-ID: <201112130610.pBD6ABG5090212@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1RaLT1-000H5g-Mr>