aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--audio/ardour/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/ardour/Makefile b/audio/ardour/Makefile
index 03c69218988c..383fb00952eb 100644
--- a/audio/ardour/Makefile
+++ b/audio/ardour/Makefile
@@ -50,8 +50,8 @@ OPTIONS= OPTIMIZED_CFLAGS "Builds with compiler optimizations" on \
.include <bsd.port.pre.mk>
-.if ${OSVERSION} < 700000
-BROKEN= needs posix_memalign()
+.if ${OSVERSION} < 800000 && ${ARCH} == "amd64"
+BROKEN= does not compile
.endif
.if ${OSVERSION} < 800069