diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2011-01-30 21:52:31 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2011-01-30 21:52:31 +0000 |
commit | 0aef12feae7b38ff9592be33be1eba48fc2adb2b (patch) | |
tree | f2b95c3ef0fca4cc68157bf9d68f5c0e962b99a3 /audio/ardour/Makefile | |
parent | ebe51977e5b30b0cf13ac2d16ee079a0259293c1 (diff) |
- 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
Notes
Notes:
svn path=/head/; revision=268461
Diffstat (limited to 'audio/ardour/Makefile')
-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 |