ports/102801: [PATCH] misc/gkrellmlaunch: Repsect CFLAGS

Soeren Straarup xride at x12.dk
Sat Sep 2 20:10:22 UTC 2006


>Number:         102801
>Category:       ports
>Synopsis:       [PATCH] misc/gkrellmlaunch: Repsect CFLAGS
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Sep 02 20:10:20 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Soeren Straarup
>Release:        FreeBSD 7.0-CURRENT i386
>Organization:
>Environment:
System: FreeBSD beacon.x12.dk 7.0-CURRENT FreeBSD 7.0-CURRENT #1: Fri Aug  4 21:14:41 CEST
>Description:
Respect CFLAGS, porters handbook ch. 12.15

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- gkrellmlaunch-0.4_2.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/misc/gkrellmlaunch/Makefile /space/portstrees/FreeBSD/ports/misc/gkrellmlaunch/Makefile
--- /usr/ports/misc/gkrellmlaunch/Makefile	Mon Apr 17 20:21:36 2006
+++ /space/portstrees/FreeBSD/ports/misc/gkrellmlaunch/Makefile	Sat Sep  2 21:59:11 2006
@@ -25,7 +25,7 @@
 
 .include <bsd.port.pre.mk>
 .if ${ARCH} == "amd64"
-CFLAGS=	-fPIC
+CFLAGS+=	-fPIC
 .endif
 
 do-install:
--- gkrellmlaunch-0.4_2.patch ends here ---

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



More information about the freebsd-ports-bugs mailing list