summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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>