diff options
author | kris <kris@FreeBSD.org> | 2006-09-11 07:40:30 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2006-09-11 07:40:30 +0800 |
commit | 35c8917445bc89d3f7a817b57d71c89d01b6587c (patch) | |
tree | b85d90ffb14e324e318dca927b7ffb8244b71c4f /net-p2p | |
parent | 3cbbda103dbbdb50e9abccb24093d6074727635f (diff) | |
download | freebsd-ports-gnome-35c8917445bc89d3f7a817b57d71c89d01b6587c.tar.gz freebsd-ports-gnome-35c8917445bc89d3f7a817b57d71c89d01b6587c.tar.zst freebsd-ports-gnome-35c8917445bc89d3f7a817b57d71c89d01b6587c.zip |
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 3ede5e14d49d..7b98f19ed125 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 3ede5e14d49d..7b98f19ed125 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 |