From d2bf18a9add19f4f5f499a41dbeba2691a786dd1 Mon Sep 17 00:00:00 2001 From: pav Date: Sun, 30 Jan 2011 21:52:31 +0000 Subject: - Mark BROKEN on amd64/7: libs/ardour/io.cc:2562: error: no matching function for call to 'max(float&, double)' Reported by: pointyhat Feature safe: yes --- audio/ardour/Makefile | 4 ++-- 1 file 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 -.if ${OSVERSION} < 700000 -BROKEN= needs posix_memalign() +.if ${OSVERSION} < 800000 && ${ARCH} == "amd64" +BROKEN= does not compile .endif .if ${OSVERSION} < 800069 -- cgit