aboutsummaryrefslogtreecommitdiffstats
path: root/net-p2p
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2007-10-01 16:50:10 +0800
committerlinimon <linimon@FreeBSD.org>2007-10-01 16:50:10 +0800
commit48f9d88db7a6305f738c7876023d7d8381bc4c23 (patch)
tree54f4e48e46f636c97ccab1b2a44dbcd510c2b346 /net-p2p
parent263a19051f097b39932445c1b02c8ad1a3e3b8a8 (diff)
downloadfreebsd-ports-graphics-48f9d88db7a6305f738c7876023d7d8381bc4c23.tar.gz
freebsd-ports-graphics-48f9d88db7a6305f738c7876023d7d8381bc4c23.tar.zst
freebsd-ports-graphics-48f9d88db7a6305f738c7876023d7d8381bc4c23.zip
Mark as broken with gcc4.2.
Diffstat (limited to 'net-p2p')
-rw-r--r--net-p2p/gtkhx/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/net-p2p/gtkhx/Makefile b/net-p2p/gtkhx/Makefile
index 484c21ec393..aaa5bdc2bd0 100644
--- a/net-p2p/gtkhx/Makefile
+++ b/net-p2p/gtkhx/Makefile
@@ -24,4 +24,10 @@ CONFIGURE_ARGS+= --with-libiconv-prefix=${PREFIX}
MAN1= gtkhx.1
-.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>