aboutsummaryrefslogtreecommitdiffstats
path: root/net-p2p
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2007-10-01 16:46:22 +0800
committerlinimon <linimon@FreeBSD.org>2007-10-01 16:46:22 +0800
commit263a19051f097b39932445c1b02c8ad1a3e3b8a8 (patch)
tree4adced567e9b364fd961c8720fc7f358fc9954ca /net-p2p
parentf8427688ad45462ca51ef6deb7b5d0a17304ebcd (diff)
downloadfreebsd-ports-gnome-263a19051f097b39932445c1b02c8ad1a3e3b8a8.tar.gz
freebsd-ports-gnome-263a19051f097b39932445c1b02c8ad1a3e3b8a8.tar.zst
freebsd-ports-gnome-263a19051f097b39932445c1b02c8ad1a3e3b8a8.zip
Mark as broken on gcc4.2. While here, remove cruft for unsupported versions.
Diffstat (limited to 'net-p2p')
-rw-r--r--net-p2p/xmule/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/net-p2p/xmule/Makefile b/net-p2p/xmule/Makefile
index c54912ac3bb3..7d61e9f4103e 100644
--- a/net-p2p/xmule/Makefile
+++ b/net-p2p/xmule/Makefile
@@ -53,12 +53,12 @@ FILES_STDINT_PATCH= \
.include <bsd.port.pre.mk>
-.if ${OSVERSION} < 500000
-BROKEN= "Does not compile on FreeBSD 4.x"
+.if ${OSVERSION} >= 700042
+BROKEN= Does not compile with GCC 4.2
.endif
.if ${ARCH} == "sparc64"
-BROKEN= "Does not compile on sparc64"
+BROKEN= Does not compile on sparc64
.endif
post-patch: