diff options
author | linimon <linimon@FreeBSD.org> | 2007-10-01 16:46:22 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2007-10-01 16:46:22 +0800 |
commit | 263a19051f097b39932445c1b02c8ad1a3e3b8a8 (patch) | |
tree | 4adced567e9b364fd961c8720fc7f358fc9954ca /net-p2p | |
parent | f8427688ad45462ca51ef6deb7b5d0a17304ebcd (diff) | |
download | freebsd-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/Makefile | 6 |
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: |