diff options
Diffstat (limited to 'audio/rio')
-rw-r--r-- | audio/rio/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/audio/rio/Makefile b/audio/rio/Makefile index f8f654668ae2..41901d8d7835 100644 --- a/audio/rio/Makefile +++ b/audio/rio/Makefile @@ -24,12 +24,8 @@ PLIST_FILES= bin/rio .include <bsd.port.pre.mk> -.if ${ARCH} == "ia64" || ${ARCH} == "sparc64" -BROKEN= Does not compile on ia64 or sparc64 -.endif - -.if ${ARCH} == "alpha" -LDFLAGS+= -lio +.if ${ARCH} == "ia64" || ${ARCH} == "powerpc" || ${ARCH} == "sparc64" +BROKEN= Does not compile on ia64, powerpc, or sparc64 .endif do-build: |