diff options
author | linimon <linimon@FreeBSD.org> | 2009-08-17 08:52:19 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2009-08-17 08:52:19 +0800 |
commit | 92109ab91a8243308a096268122a215d9b9578cf (patch) | |
tree | 597aea1e1538a18310b956bb09ed8ed65e1e9cf9 /audio | |
parent | 6613f6761cd6609e09aecac887d0e10a4006d08b (diff) | |
download | freebsd-ports-gnome-92109ab91a8243308a096268122a215d9b9578cf.tar.gz freebsd-ports-gnome-92109ab91a8243308a096268122a215d9b9578cf.tar.zst freebsd-ports-gnome-92109ab91a8243308a096268122a215d9b9578cf.zip |
Also broken on sparc64-8.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/raop_play/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/raop_play/Makefile b/audio/raop_play/Makefile index 257bfaa51c48..aca3c02dc94b 100644 --- a/audio/raop_play/Makefile +++ b/audio/raop_play/Makefile @@ -30,7 +30,7 @@ USE_GNOME= glib20 .include <bsd.port.pre.mk> -.if ${OSVERSION} >= 800000 && ${ARCH} == "amd64" +.if ${OSVERSION} >= 800000 && ( ${ARCH} == "amd64" || ${ARCH} == "sparc64" ) BROKEN= incomplete build .endif |