summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRong-En Fan <rafan@FreeBSD.org>2006-10-13 21:31:11 +0000
committerRong-En Fan <rafan@FreeBSD.org>2006-10-13 21:31:11 +0000
commit29adee7bb42244f34736c5c24ed18a9b269d0925 (patch)
treecb2dc5eae7aaeb3bcc1e0b79ece6ad38a5e4f937
parentFix build on amd64. The workaround for Elf64_Xword has been "borrowed" (diff)
- Mark BROKEN on 6.x and below: this port uses posix_memalign(3)
PR: ports/104391 Submitted by: David Yeske <dyeske at yahoo.com> (maintainer) Approved by: portmgr (marcus)
Notes
Notes: svn path=/head/; revision=175251
-rw-r--r--graphics/yafaray/Makefile4
-rw-r--r--graphics/yafray/Makefile4
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: