diff options
author | linimon <linimon@FreeBSD.org> | 2010-04-01 13:16:19 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2010-04-01 13:16:19 +0800 |
commit | da8f0853adae8aab3297cf3b94ab0872013558e2 (patch) | |
tree | e379b79fc9599ab2ffed8b3205c51b8669e842fb /audio/rio | |
parent | bb38fa1017be9dbd2be5987793912f413376ed2b (diff) | |
download | freebsd-ports-gnome-da8f0853adae8aab3297cf3b94ab0872013558e2.tar.gz freebsd-ports-gnome-da8f0853adae8aab3297cf3b94ab0872013558e2.tar.zst freebsd-ports-gnome-da8f0853adae8aab3297cf3b94ab0872013558e2.zip |
Mark various ports as broken or ignore on powerpc.
While here, remove remnants of alpha.
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: |