diff options
Diffstat (limited to 'lang/gcc32/Makefile')
-rw-r--r-- | lang/gcc32/Makefile | 2 |
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> |