diff options
author | pav <pav@FreeBSD.org> | 2011-01-31 05:52:31 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2011-01-31 05:52:31 +0800 |
commit | d2bf18a9add19f4f5f499a41dbeba2691a786dd1 (patch) | |
tree | 3fe29ff143fffe116b0400fd3597d709aa29479a | |
parent | d4649305561409284047c2b4bb5eebc98a025551 (diff) | |
download | freebsd-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/Makefile | 4 |
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 |