diff options
-rw-r--r-- | graphics/yafaray/Makefile | 4 | ||||
-rw-r--r-- | graphics/yafray/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/graphics/yafaray/Makefile b/graphics/yafaray/Makefile index 0ec10507831e..9e504aa4bad7 100644 --- a/graphics/yafaray/Makefile +++ b/graphics/yafaray/Makefile @@ -32,8 +32,8 @@ pre-everything:: .include <bsd.port.pre.mk> -.if ${OSVERSION} <= 500000 -USE_GCC=3.4+ +.if ${OSVERSION} < 700014 +BROKEN= depends on posix_memalign(3) .endif pre-patch: diff --git a/graphics/yafray/Makefile b/graphics/yafray/Makefile index 0ec10507831e..9e504aa4bad7 100644 --- a/graphics/yafray/Makefile +++ b/graphics/yafray/Makefile @@ -32,8 +32,8 @@ pre-everything:: .include <bsd.port.pre.mk> -.if ${OSVERSION} <= 500000 -USE_GCC=3.4+ +.if ${OSVERSION} < 700014 +BROKEN= depends on posix_memalign(3) .endif pre-patch: |