aboutsummaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2006-01-27 02:24:53 +0800
committerkris <kris@FreeBSD.org>2006-01-27 02:24:53 +0800
commit0e2f7f67ec5ace65110c1d2ce2877a12e29ef68f (patch)
tree55e2eb9e67dea8cf5542ab29adfe8f10235356f4 /audio
parent8b186828a2cb92b991859db713c9d0f641fc2c95 (diff)
downloadfreebsd-ports-gnome-0e2f7f67ec5ace65110c1d2ce2877a12e29ef68f.tar.gz
freebsd-ports-gnome-0e2f7f67ec5ace65110c1d2ce2877a12e29ef68f.tar.zst
freebsd-ports-gnome-0e2f7f67ec5ace65110c1d2ce2877a12e29ef68f.zip
BROKEN on !i386: Does not compile
Diffstat (limited to 'audio')
-rw-r--r--audio/audacity/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/audacity/Makefile b/audio/audacity/Makefile
index 9f343f60367f..56fc0218116e 100644
--- a/audio/audacity/Makefile
+++ b/audio/audacity/Makefile
@@ -36,8 +36,8 @@ OPTIONS= ID3TAG "ID3 tag support" off \
SSE_CFLAGS= -mno-sse -mno-sse2
.endif
-.if ${ARCH} == "ia64" || ${ARCH} == "sparc64"
-BROKEN= "Does not build on ia64 or sparc64"
+.if ${ARCH} != "i386"
+BROKEN= "Does not build on !i386"
.endif
CONFIGURE_ENV+= LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib ${PTHREAD_LIBS}" \