diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2008-02-01 06:39:04 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2008-02-01 06:39:04 +0000 |
commit | 671e9604248b4756727f5fcf2ce7a6052e0072ad (patch) | |
tree | 6edaa2e6ca05420259701ea3db3ab487b329474f /audio/ardour | |
parent | Mark as broken on sparc64: does not install. (diff) |
Mark as broken on sparc64: fails to configure.
Diffstat (limited to 'audio/ardour')
-rw-r--r-- | audio/ardour/Makefile | 4 |
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 |