diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-10-03 13:29:58 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-10-03 13:29:58 +0800 |
commit | 9531e9388eef200bd1ae606e5fbfed4b19615d67 (patch) | |
tree | 4612e5a5f00b6162ab4a5130ee3cc6fe540726b1 /net-p2p/xmule/Makefile | |
parent | 74152aa244747424357e2de5e4701019c78151e0 (diff) | |
download | marcuscom-ports-9531e9388eef200bd1ae606e5fbfed4b19615d67.tar marcuscom-ports-9531e9388eef200bd1ae606e5fbfed4b19615d67.tar.gz marcuscom-ports-9531e9388eef200bd1ae606e5fbfed4b19615d67.tar.bz2 marcuscom-ports-9531e9388eef200bd1ae606e5fbfed4b19615d67.tar.lz marcuscom-ports-9531e9388eef200bd1ae606e5fbfed4b19615d67.tar.xz marcuscom-ports-9531e9388eef200bd1ae606e5fbfed4b19615d67.tar.zst marcuscom-ports-9531e9388eef200bd1ae606e5fbfed4b19615d67.zip |
Sync w/ FreeBSD ports.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9719 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'net-p2p/xmule/Makefile')
-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 e4cc46459..c9daf955d 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: |