Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 7 Aug 2003 09:55:35 -0500
From:      Glenn Johnson <gjohnson@srrc.ars.usda.gov>
To:        ports@freebsd.org
Subject:   USE_GCC with CURRENT
Message-ID:  <20030807145534.GA90715@node1.cluster.srrc.usda.gov>

next in thread | raw e-mail | index | archive | help
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@srrc.ars.usda.gov



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