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 | |
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')
-rw-r--r-- | audio/mpmf20/Makefile | 2 | ||||
-rw-r--r-- | audio/rio/Makefile | 8 |
2 files changed, 3 insertions, 7 deletions
diff --git a/audio/mpmf20/Makefile b/audio/mpmf20/Makefile index c6526431fd3b..31e37e04aa95 100644 --- a/audio/mpmf20/Makefile +++ b/audio/mpmf20/Makefile @@ -15,7 +15,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= File transfer tool for the MPMan MP-F20 portable MP3-player -NOT_FOR_ARCHS= ia64 sparc64 +NOT_FOR_ARCHS= ia64 powerpc sparc64 MAKEFILE= makefile PLIST_FILES= bin/mpmf20 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: |