aboutsummaryrefslogtreecommitdiffstats
path: root/lang/gcc32/Makefile
diff options
context:
space:
mode:
authorvs <vs@FreeBSD.org>2005-02-14 03:44:06 +0800
committervs <vs@FreeBSD.org>2005-02-14 03:44:06 +0800
commita03983911398f940118bbd221dde2bd89637d113 (patch)
tree7077ae430894303b23ec9b3db6ffb84532860c13 /lang/gcc32/Makefile
parente59027695f4203fe30c6ce041eb5246e42a9e5e2 (diff)
downloadfreebsd-ports-gnome-a03983911398f940118bbd221dde2bd89637d113.tar.gz
freebsd-ports-gnome-a03983911398f940118bbd221dde2bd89637d113.tar.zst
freebsd-ports-gnome-a03983911398f940118bbd221dde2bd89637d113.zip
Fix USE_GCC
PR: ports/77403 Submitted by: John Cochran
Diffstat (limited to 'lang/gcc32/Makefile')
-rw-r--r--lang/gcc32/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/gcc32/Makefile b/lang/gcc32/Makefile
index bad714429d8d..a916096c2a0f 100644
--- a/lang/gcc32/Makefile
+++ b/lang/gcc32/Makefile
@@ -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>