diff options
author | kris <kris@FreeBSD.org> | 2004-12-12 06:23:42 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-12-12 06:23:42 +0800 |
commit | e849e9d4502b9c8b1b56b86ec2462b4f36445128 (patch) | |
tree | 67e56d65c9cedbf9e602fa420e6f8cfdee1399c5 /audio/bmp-wma | |
parent | 1f56f9b6c3ef8d761741fc48d5667ee231090317 (diff) | |
download | freebsd-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/Makefile | 4 |
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> |