aboutsummaryrefslogtreecommitdiff
path: root/archivers/advancecomp
diff options
context:
space:
mode:
authorYen-Ming Lee <leeym@FreeBSD.org>2004-11-01 01:37:52 +0000
committerYen-Ming Lee <leeym@FreeBSD.org>2004-11-01 01:37:52 +0000
commit309f35d603a2f527151c5a60af2162c1c01743fe (patch)
treef7333753bbd62b31d1dc2dbc028cfba294af8cdd /archivers/advancecomp
parent5ff829678d4b7addfa78583b7f67c419c286e472 (diff)
downloadports-309f35d603a2f527151c5a60af2162c1c01743fe.tar.gz
ports-309f35d603a2f527151c5a60af2162c1c01743fe.zip
- add USE_GCC=3.3 when default gcc is 3.4
Notes
Notes: svn path=/head/; revision=120561
Diffstat (limited to 'archivers/advancecomp')
-rw-r--r--archivers/advancecomp/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/archivers/advancecomp/Makefile b/archivers/advancecomp/Makefile
index a83c5e411298..c6adce1f2332 100644
--- a/archivers/advancecomp/Makefile
+++ b/archivers/advancecomp/Makefile
@@ -25,7 +25,7 @@ MAN1= advzip.1 advpng.1 advmng.1 advdef.1
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 502126
-BROKEN= does not compile with gcc 3.4
+USE_GCC= 3.3
.endif
.include <bsd.port.post.mk>