summaryrefslogtreecommitdiffstats
path: root/audio/audacity
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2006-01-14 09:30:34 +0000
committerkris <kris@FreeBSD.org>2006-01-14 09:30:34 +0000
commit532238133e052dcca5d0c043e863f0ff911a5665 (patch)
tree1e1c8e548c62fb4c05fddb7f144ac00d26e87977 /audio/audacity
parent1250259e2018f4e2900eaab544fe69a7653cb87d (diff)
downloadFreeBSD-ports-532238133e052dcca5d0c043e863f0ff911a5665.zip
FreeBSD-ports-532238133e052dcca5d0c043e863f0ff911a5665.tar.gz
BROKEN on ia64 and spar64: Does not compile
Diffstat (limited to 'audio/audacity')
-rw-r--r--audio/audacity/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/audio/audacity/Makefile b/audio/audacity/Makefile
index efd0084..9f343f6 100644
--- a/audio/audacity/Makefile
+++ b/audio/audacity/Makefile
@@ -36,6 +36,10 @@ 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"
+.endif
+
CONFIGURE_ENV+= LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib ${PTHREAD_LIBS}" \
CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include ${SSE_CFLAGS} ${PTHREAD_CFLAGS}" \
CFLAGS="${CFLAGS} -I${LOCALBASE}/include ${SSE_CFLAGS} ${PTHREAD_CFLAGS}" \
OpenPOWER on IntegriCloud