diff options
author | Volker Stolz <vs@FreeBSD.org> | 2005-02-13 19:44:06 +0000 |
---|---|---|
committer | Volker Stolz <vs@FreeBSD.org> | 2005-02-13 19:44:06 +0000 |
commit | 80bf90bbf99442b63f87b70e78a278b727e128ce (patch) | |
tree | e1e37dfeb134f33bc35e93c92d68f01e26913dbe /lang | |
parent | 55dbb4ab85362d5cb5f6254e1d949c7c80e90216 (diff) |
Notes
Diffstat (limited to 'lang')
-rw-r--r-- | lang/gcc32/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/gcc32/Makefile b/lang/gcc32/Makefile index bad714429d8d..a916096c2a0f 100644 --- a/lang/gcc32/Makefile +++ b/lang/gcc32/Makefile @@ -32,7 +32,7 @@ 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= X +USE_GCC= 2.7+ NOMANCOMPRESS= yes # too hard to deal with differences on 5-cur and releng4 .include <bsd.port.pre.mk> |