Fix USE_GCC

PR:		ports/77403
Submitted by:	John Cochran
This commit is contained in:
Volker Stolz 2005-02-13 19:44:06 +00:00
parent 55dbb4ab85
commit 80bf90bbf9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=128722

View File

@ -32,7 +32,7 @@ USE_REINPLACE= yes
PATCH_WRKSRC= ${SRCDIR}
CONFIGURE_SCRIPT= ../${SRCDIR:C/${WRKDIR}//}/configure
# Do not require GCC 3.2 to compile -- or we have an infinite loop on RELENG_4.
USE_GCC= X
USE_GCC= 2.7+
NOMANCOMPRESS= yes # too hard to deal with differences on 5-cur and releng4
.include <bsd.port.pre.mk>