aboutsummaryrefslogtreecommitdiffstats
path: root/net/cap/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/cap/Makefile')
-rw-r--r--net/cap/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/net/cap/Makefile b/net/cap/Makefile
index 4a25efe72aad..10b92cc9b816 100644
--- a/net/cap/Makefile
+++ b/net/cap/Makefile
@@ -60,6 +60,10 @@ READMES= applications/papif applications/lwsrv applications/aufs \
.include <bsd.port.pre.mk>
+.if ${OSVERSION} >= 502126
+BROKEN= "Does not compile with gcc 3.4.2"
+.endif
+
pre-patch:
@(cd ${WRKSRC}; \
for f in ../cap60.patch* ; do ${PATCH} -s -p < $$f ; done)