aboutsummaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2008-02-01 14:39:04 +0800
committerlinimon <linimon@FreeBSD.org>2008-02-01 14:39:04 +0800
commit3ba251deb37a090d657e5507f42feb087d7168c3 (patch)
treee4d944ce1077e52784ce3cf5233786e05fae1f87 /audio
parente0a2c0ff7f82b86e12bb2e12a5e6090e7288d68d (diff)
downloadfreebsd-ports-gnome-3ba251deb37a090d657e5507f42feb087d7168c3.tar.gz
freebsd-ports-gnome-3ba251deb37a090d657e5507f42feb087d7168c3.tar.zst
freebsd-ports-gnome-3ba251deb37a090d657e5507f42feb087d7168c3.zip
Mark as broken on sparc64: fails to configure.
Diffstat (limited to 'audio')
-rw-r--r--audio/ardour/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/audio/ardour/Makefile b/audio/ardour/Makefile
index bbaea2861a0d..2235549730c2 100644
--- a/audio/ardour/Makefile
+++ b/audio/ardour/Makefile
@@ -66,6 +66,10 @@ PLIST_SUB+= NO_VST=""
PLIST_SUB+= VST="@comment "
.endif
+.if ${ARCH} == "sparc64"
+BROKEN= Does not install
+.endif
+
# Upstream uses these flags by default.
.if !defined(WITHOUT_OPTIMIZED_CFLAGS)
CFLAGS+= -O3 -fomit-frame-pointer -ffast-math -fstrength-reduce