aboutsummaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2002-07-02 23:03:50 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2002-07-02 23:03:50 +0000
commite80d40b536e182c90dd825c012b33511c7b4b5ee (patch)
tree172bc8b49450d12cf0473ea20414498781ac8234 /lang
parent02c7574fcb0545eb6e8526961ba7a55d48f527c0 (diff)
downloadports-e80d40b536e182c90dd825c012b33511c7b4b5ee.tar.gz
ports-e80d40b536e182c90dd825c012b33511c7b4b5ee.zip
Notes
Diffstat (limited to 'lang')
-rw-r--r--lang/gcc31/Makefile2
-rw-r--r--lang/gcc32/Makefile2
2 files changed, 4 insertions, 0 deletions
diff --git a/lang/gcc31/Makefile b/lang/gcc31/Makefile
index 0853b8174e78..e1f040464bfc 100644
--- a/lang/gcc31/Makefile
+++ b/lang/gcc31/Makefile
@@ -43,6 +43,8 @@ EXTRACT_ONLY=
.endif
PATCH_WRKSRC= ${SRCDIR}
CONFIGURE_SCRIPT= ../${SRCDIR:C/${WRKDIR}//}/configure
+# do not require Gcc 3.1 to compile -- or we have an infinate loop on RELENG_4.
+USE_GCC= X
.include <bsd.port.pre.mk>
diff --git a/lang/gcc32/Makefile b/lang/gcc32/Makefile
index 0853b8174e78..e1f040464bfc 100644
--- a/lang/gcc32/Makefile
+++ b/lang/gcc32/Makefile
@@ -43,6 +43,8 @@ EXTRACT_ONLY=
.endif
PATCH_WRKSRC= ${SRCDIR}
CONFIGURE_SCRIPT= ../${SRCDIR:C/${WRKDIR}//}/configure
+# do not require Gcc 3.1 to compile -- or we have an infinate loop on RELENG_4.
+USE_GCC= X
.include <bsd.port.pre.mk>