diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-12-11 22:24:25 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-12-11 22:24:25 +0000 |
commit | 4c86a6c5ceedd6abf48b262cb5241d734db8acf2 (patch) | |
tree | 0d6dd5165a0d5868c9864f4c9a2f034796f2b42d /audio/bmp-wma | |
parent | 1bd92e1ca847fef95a3a6775439fda39b0cd5159 (diff) | |
download | ports-4c86a6c5ceedd6abf48b262cb5241d734db8acf2.tar.gz ports-4c86a6c5ceedd6abf48b262cb5241d734db8acf2.zip |
Notes
Diffstat (limited to 'audio/bmp-wma')
-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> |