aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2007-09-29 16:36:24 +0800
committerlinimon <linimon@FreeBSD.org>2007-09-29 16:36:24 +0800
commit92fbac2502c5b526ef596359ee517992cff151b1 (patch)
tree79b40a520c0a41deeb3fcdc375ed0fb5fc72a871 /net
parentae7273d3fcee6e8299d88a7b9d6ecd569ca503e9 (diff)
downloadfreebsd-ports-gnome-92fbac2502c5b526ef596359ee517992cff151b1.tar.gz
freebsd-ports-gnome-92fbac2502c5b526ef596359ee517992cff151b1.tar.zst
freebsd-ports-gnome-92fbac2502c5b526ef596359ee517992cff151b1.zip
Mark as broken with gcc 4.2.
Diffstat (limited to 'net')
-rw-r--r--net/sipxtacklib/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/net/sipxtacklib/Makefile b/net/sipxtacklib/Makefile
index def59eedb650..0d48706c78ba 100644
--- a/net/sipxtacklib/Makefile
+++ b/net/sipxtacklib/Makefile
@@ -41,4 +41,10 @@ post-patch:
@${REINPLACE_CMD} -e "s,/bin/bash,${PREFIX}/bin/bash," ${WRKSRC}/siptest/src/siptest/subscribe-dialog-test
@${REINPLACE_CMD} -e "s,/bin/bash,${PREFIX}/bin/bash," ${WRKSRC}/syslog2siptrace/merge-logs
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 700042
+BROKEN= Does not compile with GCC 4.2
+.endif
+
+.include <bsd.port.post.mk>