devel/liboil and USE_GCC

Gerald Pfeifer gerald at pfeifer.com
Tue Jan 6 14:37:22 UTC 2009


I am in the process of removing lang/gcc41 and would thus like to
change USE_GCC=4.1+ to USE_GCC=4.2+ (which is equivalent for those
who have installed GCC 4.2 already) in devel/liboil/Makefile.

(Not sure how approval works when the maintainer is a mailing list,
but let's see... ;-)

Gerald

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/liboil/Makefile,v
retrieving revision 1.34
diff -u -3 -p -r1.34 Makefile
--- Makefile	5 Jan 2009 19:43:50 -0000	1.34
+++ Makefile	6 Jan 2009 14:17:35 -0000
@@ -24,7 +24,7 @@ CFLAGS:=	${CFLAGS:N-O*} -O2
 .include <bsd.port.pre.mk>
 
 .if defined(WITH_3DNOW_GCC40) && ${OSVERSION} < 700042
-USE_GCC=	4.1+
+USE_GCC=	4.2+
 RUN_DEPENDS+=	${BUILD_DEPENDS}
 .endif
 


More information about the freebsd-multimedia mailing list