diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-12-11 22:23:42 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-12-11 22:23:42 +0000 |
commit | 1bd92e1ca847fef95a3a6775439fda39b0cd5159 (patch) | |
tree | 10b477a4fdea325fe6cc3f944d4d35c8d1332f62 /audio/bmp-wma/Makefile | |
parent | - Fix permission violation on ${PREFIX}/bin (diff) |
BROKEN on amd64: Tries to link static library against shared
Diffstat (limited to '')
-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> |