aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2011-01-31 05:52:31 +0800
committerpav <pav@FreeBSD.org>2011-01-31 05:52:31 +0800
commitd2bf18a9add19f4f5f499a41dbeba2691a786dd1 (patch)
tree3fe29ff143fffe116b0400fd3597d709aa29479a
parentd4649305561409284047c2b4bb5eebc98a025551 (diff)
downloadfreebsd-ports-gnome-d2bf18a9add19f4f5f499a41dbeba2691a786dd1.tar.gz
freebsd-ports-gnome-d2bf18a9add19f4f5f499a41dbeba2691a786dd1.tar.zst
freebsd-ports-gnome-d2bf18a9add19f4f5f499a41dbeba2691a786dd1.zip
- 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
-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