From 4c86a6c5ceedd6abf48b262cb5241d734db8acf2 Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Sat, 11 Dec 2004 22:24:25 +0000 Subject: BROKEN on ia64 also --- audio/bmp-wma/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'audio/bmp-wma') 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 -- cgit v1.2.3