summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--archivers/advancecomp/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/archivers/advancecomp/Makefile b/archivers/advancecomp/Makefile
index f1e8335ea706..5abb62be0aa7 100644
--- a/archivers/advancecomp/Makefile
+++ b/archivers/advancecomp/Makefile
@@ -22,4 +22,10 @@ USE_GMAKE= yes
PLIST_FILES= bin/advzip bin/advpng bin/advmng bin/advdef
MAN1= advzip.1 advpng.1 advmng.1 advdef.1
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 502126
+BROKEN= does not compile with gcc 3.4
+.endif
+
+.include <bsd.port.post.mk>