USE_GCC with CURRENT

Glenn Johnson gjohnson at srrc.ars.usda.gov
Thu Aug 7 07:55:40 PDT 2003


Should bsd.port.mk have the following change applied due to the new
gcc3.3.1 in CURRENT?

--- bsd.port.mk.orig	Thu Aug  7 09:47:16 2003
+++ bsd.port.mk	Thu Aug  7 09:47:26 2003
@@ -1342,7 +1342,7 @@
 BUILD_DEPENDS+=	gcc31:${PORTSDIR}/lang/gcc31
 MAKE_ENV+=		CC=${CC} CXX=${CXX}
 .endif
-.if defined(USE_GCC) && ${USE_GCC} == 3.2 && ${OSVERSION} < 500039 
+.if defined(USE_GCC) && ${USE_GCC} == 3.2 && ( ${OSVERSION} < 500039 || ${OSVERSION} > 501102 )
 CC=				gcc32
 CXX=			g++32
 BUILD_DEPENDS+=	gcc32:${PORTSDIR}/lang/gcc32

-- 
Glenn Johnson
USDA, ARS, SRRC			 Phone: (504) 286-4252
New Orleans, LA 70124		e-mail: gjohnson at srrc.ars.usda.gov


More information about the freebsd-ports mailing list