aboutsummaryrefslogtreecommitdiffstats
path: root/audio/bmp-wma
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2004-12-12 06:23:42 +0800
committerkris <kris@FreeBSD.org>2004-12-12 06:23:42 +0800
commite849e9d4502b9c8b1b56b86ec2462b4f36445128 (patch)
tree67e56d65c9cedbf9e602fa420e6f8cfdee1399c5 /audio/bmp-wma
parent1f56f9b6c3ef8d761741fc48d5667ee231090317 (diff)
downloadfreebsd-ports-gnome-e849e9d4502b9c8b1b56b86ec2462b4f36445128.tar.gz
freebsd-ports-gnome-e849e9d4502b9c8b1b56b86ec2462b4f36445128.tar.zst
freebsd-ports-gnome-e849e9d4502b9c8b1b56b86ec2462b4f36445128.zip
BROKEN on amd64: Tries to link static library against shared
Diffstat (limited to 'audio/bmp-wma')
-rw-r--r--audio/bmp-wma/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/audio/bmp-wma/Makefile b/audio/bmp-wma/Makefile
index 1f4d881bebc2..e7bf304ed6e8 100644
--- a/audio/bmp-wma/Makefile
+++ b/audio/bmp-wma/Makefile
@@ -28,4 +28,8 @@ USE_X_PREFIX= yes
CONFIGURE_ARGS+= --enable-x86
.endif
+.if ${ARCH} == "amd64"
+BROKEN= "Does not build on amd64 (tries to link static library against shared)"
+.endif
+
.include <bsd.port.post.mk>