diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2005-03-20 17:53:04 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2005-03-20 17:53:04 +0000 |
commit | 8a0b8a84e924ff1f7abcc4fe5f92144cdb3ccab4 (patch) | |
tree | 4059a498be6022580138b0a220950941691af075 /lang/gcc32/Makefile | |
parent | 29b9299658ff947a0c7f3959cff1d1635080dbbf (diff) |
Notes
Diffstat (limited to 'lang/gcc32/Makefile')
-rw-r--r-- | lang/gcc32/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/lang/gcc32/Makefile b/lang/gcc32/Makefile index a916096c2a0f..b491517d50c3 100644 --- a/lang/gcc32/Makefile +++ b/lang/gcc32/Makefile @@ -31,8 +31,10 @@ USE_REINPLACE= yes PATCH_WRKSRC= ${SRCDIR} CONFIGURE_SCRIPT= ../${SRCDIR:C/${WRKDIR}//}/configure -# Do not require GCC 3.2 to compile -- or we have an infinite loop on RELENG_4. -USE_GCC= 2.7+ +# Do not let USE_GCC be set here. We can't hardcode that gcc32 should require +# gcc32 in order to build. Setting USE_GCC at all here causes recursion errors +# when it clobbers the USE_GCC defined by other ports. +.undef USE_GCC NOMANCOMPRESS= yes # too hard to deal with differences on 5-cur and releng4 .include <bsd.port.pre.mk> |