diff options
author | kris <kris@FreeBSD.org> | 2004-11-19 06:28:00 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-11-19 06:28:00 +0800 |
commit | 36deeab39302d99d4485c185b555dabdd7490be5 (patch) | |
tree | c92a16be70a8b03f1ac23c0b2325a113290088a1 /audio/rio/Makefile | |
parent | 4e10800d79e59080e4e38c2edb25734105914d83 (diff) | |
download | freebsd-ports-gnome-36deeab39302d99d4485c185b555dabdd7490be5.tar.gz freebsd-ports-gnome-36deeab39302d99d4485c185b555dabdd7490be5.tar.zst freebsd-ports-gnome-36deeab39302d99d4485c185b555dabdd7490be5.zip |
BROKEN on ia64 and sparc64: Does not compile
Diffstat (limited to 'audio/rio/Makefile')
-rw-r--r-- | audio/rio/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/audio/rio/Makefile b/audio/rio/Makefile index 4da86fe51269..b03f86a41b73 100644 --- a/audio/rio/Makefile +++ b/audio/rio/Makefile @@ -25,6 +25,10 @@ PLIST_FILES= bin/rio .include <bsd.port.pre.mk> +.if ${ARCH} == "ia64" || ${ARCH} == "sparc64" +BROKEN= "Does not compile on ia64 or sparc64" +.endif + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/rio ${PREFIX}/bin |