diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2007-10-01 08:46:22 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2007-10-01 08:46:22 +0000 |
commit | c71fac030fc6abef2030ea67664cf3cb4abac226 (patch) | |
tree | 798898db7d5db17aa3a97ff9d5bc09f0ec625249 /net-p2p/xmule | |
parent | Mark as broken on gcc4.2. While here, add USE_PERL5, which is necessary (diff) |
Mark as broken on gcc4.2. While here, remove cruft for unsupported versions.
Notes
Notes:
svn path=/head/; revision=200522
Diffstat (limited to 'net-p2p/xmule')
-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: |