diff options
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 c54912ac3bb..7d61e9f4103 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: |