From e80d40b536e182c90dd825c012b33511c7b4b5ee Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Tue, 2 Jul 2002 23:03:50 +0000 Subject: Do not require Gcc 3.1 to compile -- or we have an infinate loop on RELENG_4. Problem Reported by: Oliver Brandmueller --- lang/gcc31/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lang/gcc31') 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 -- cgit v1.2.3