diff options
author | kris <kris@FreeBSD.org> | 2006-01-14 09:30:34 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2006-01-14 09:30:34 +0000 |
commit | 532238133e052dcca5d0c043e863f0ff911a5665 (patch) | |
tree | 1e1c8e548c62fb4c05fddb7f144ac00d26e87977 /audio/audacity | |
parent | 1250259e2018f4e2900eaab544fe69a7653cb87d (diff) | |
download | FreeBSD-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/Makefile | 4 |
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}" \ |