Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 6 Jan 2009 15:19:17 +0100 (CET)
From:      Gerald Pfeifer <gerald@pfeifer.com>
To:        multimedia@FreeBSD.org
Subject:   devel/liboil and USE_GCC
Message-ID:  <alpine.LSU.1.99.0901061517370.12007@acrux.dbai.tuwien.ac.at>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?alpine.LSU.1.99.0901061517370.12007>