diff options
Diffstat (limited to 'audio/bmp-wma/Makefile')
-rw-r--r-- | audio/bmp-wma/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/bmp-wma/Makefile b/audio/bmp-wma/Makefile index e7bf304ed6e8..be7dda9d3e60 100644 --- a/audio/bmp-wma/Makefile +++ b/audio/bmp-wma/Makefile @@ -28,8 +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)" +.if ${ARCH} == "amd64" || ${ARCH} == "ia64" +BROKEN= "Does not build on amd64 or ia64 (tries to link static library against shared)" .endif .include <bsd.port.post.mk> |