diff options
author | kris <kris@FreeBSD.org> | 2006-09-10 23:40:30 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2006-09-10 23:40:30 +0000 |
commit | 35c8917445bc89d3f7a817b57d71c89d01b6587c (patch) | |
tree | b85d90ffb14e324e318dca927b7ffb8244b71c4f /net-p2p | |
parent | 3cbbda103dbbdb50e9abccb24093d6074727635f (diff) | |
download | FreeBSD-ports-35c8917445bc89d3f7a817b57d71c89d01b6587c.zip FreeBSD-ports-35c8917445bc89d3f7a817b57d71c89d01b6587c.tar.gz |
BROKEN on amd64: Does not compile
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/museek+/Makefile | 4 | ||||
-rw-r--r-- | net-p2p/museekplus/Makefile | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/net-p2p/museek+/Makefile b/net-p2p/museek+/Makefile index 3ede5e1..7b98f19 100644 --- a/net-p2p/museek+/Makefile +++ b/net-p2p/museek+/Makefile @@ -92,6 +92,10 @@ post-install: .include <bsd.port.pre.mk> +.if ${ARCH} == amd64 +BROKEN= Does not compile on amd64 +.endif + .if (${OSVERSION} < 500000) IGNORE= does not compile on systems < 5.x (needs wstring support) .endif diff --git a/net-p2p/museekplus/Makefile b/net-p2p/museekplus/Makefile index 3ede5e1..7b98f19 100644 --- a/net-p2p/museekplus/Makefile +++ b/net-p2p/museekplus/Makefile @@ -92,6 +92,10 @@ post-install: .include <bsd.port.pre.mk> +.if ${ARCH} == amd64 +BROKEN= Does not compile on amd64 +.endif + .if (${OSVERSION} < 500000) IGNORE= does not compile on systems < 5.x (needs wstring support) .endif |