diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2008-12-20 01:26:13 +0800 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2008-12-20 01:26:13 +0800 |
commit | 2c75dd4b928f18900247e5a82358f9ff326cb507 (patch) | |
tree | 2821b881e6ef8cf090ddf8a78f0793afd2ac2e55 /audio/ardour | |
parent | 30f339bb1cf8e7b2090a634e4b551099f778eb14 (diff) | |
download | freebsd-ports-gnome-2c75dd4b928f18900247e5a82358f9ff326cb507.tar.gz freebsd-ports-gnome-2c75dd4b928f18900247e5a82358f9ff326cb507.tar.zst freebsd-ports-gnome-2c75dd4b928f18900247e5a82358f9ff326cb507.zip |
- Mark BROKEN on FreeBSD 6.x: needs posix_memalign()
Reported by: pointyhat
Diffstat (limited to 'audio/ardour')
-rw-r--r-- | audio/ardour/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/audio/ardour/Makefile b/audio/ardour/Makefile index 3fbf4668f3f1..cbc132ba7e36 100644 --- a/audio/ardour/Makefile +++ b/audio/ardour/Makefile @@ -49,6 +49,10 @@ OPTIONS= OPTIMIZED_CFLAGS "Builds with compiler optimizations" on \ .include <bsd.port.pre.mk> +.if ${OSVERSION} < 700000 +BROKEN= needs posix_memalign() +.endif + .if defined(WITH_VST) # Yes, 'PlugIns' is not a typo. VST_DIST+= vst_sdk2_3.zip |