ports/117360: [PATCH]multimedia/gxine: respect CFLAGS

bf bf2006a at yahoo.com
Sat Oct 20 13:50:01 UTC 2007


>Number:         117360
>Category:       ports
>Synopsis:       [PATCH]multimedia/gxine: respect 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:   Sat Oct 20 13:50:00 UTC 2007
>Closed-Date:
>Last-Modified:
>Originator:     bf
>Release:        6.2-Stable i386
>Organization:
-
>Environment:
>Description:
I think it would be best to respect CFLAGS.  If some flags are problematic, a note  recommending a certain set and warning against others could be added, instead of forcing the users to adopt a default set or to make a custom build:

diff -ruN gxine.orig/Makefile gxine/Makefile
--- gxine.orig/Makefile	Sat Oct 20 04:48:31 2007
+++ gxine/Makefile	Sat Oct 20 04:49:30 2007
@@ -25,7 +25,7 @@
 		LDFLAGS="-L${LOCALBASE}/lib -I${X11BASE}/lib"
 CONFIGURE_ARGS+=--x-includes=${X11BASE}/include \
 		--x-libraries=${X11BASE}/lib
-CFLAGS=		-O2 -fno-strict-aliasing -pipe
+CFLAGS?=	-O2 -fno-strict-aliasing -pipe
 INSTALLS_ICONS=	yes
 
 MANLANG=	"" de
>How-To-Repeat:

>Fix:


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list