summaryrefslogtreecommitdiff
path: root/lang/gcc32
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/gcc32
parentFix "gibberish" in the file (diff)
Do not require Gcc 3.1 to compile -- or we have an infinate loop on RELENG_4.
Problem Reported by: Oliver Brandmueller <ob@e-Gitt.NET>
Notes
Notes: svn path=/head/; revision=62366
Diffstat (limited to 'lang/gcc32')
-rw-r--r--lang/gcc32/Makefile2
1 files changed, 2 insertions, 0 deletions
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>