diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-09-30 05:52:30 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-09-30 05:52:30 +0000 |
commit | 4b48adab5f20a77ddd1b7bf253353ec66b13a9b2 (patch) | |
tree | e689cd57cbe55aa63deeb2dcff1d6eab8ce59c24 /graphics | |
parent | 78efa1039556c2932093b7d59614defb1ed8006c (diff) | |
download | ports-4b48adab5f20a77ddd1b7bf253353ec66b13a9b2.tar.gz ports-4b48adab5f20a77ddd1b7bf253353ec66b13a9b2.zip |
Notes
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/yafaray/Makefile | 4 | ||||
-rw-r--r-- | graphics/yafray/Makefile | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/graphics/yafaray/Makefile b/graphics/yafaray/Makefile index bbe6fdc8ca49..6a8a47ae9ee9 100644 --- a/graphics/yafaray/Makefile +++ b/graphics/yafaray/Makefile @@ -39,6 +39,10 @@ pre-everything:: BROKEN= "Does not compile (bad C++ code)" .endif +.if ${OSVERSION} >= 502126 +BROKEN= "Does not compile on FreeBSD >= 5.x" +.endif + post-patch: @${FIND} ${WRKSRC} -name "Makefile.in" | \ ${XARGS} ${REINPLACE_CMD} -E -e \ diff --git a/graphics/yafray/Makefile b/graphics/yafray/Makefile index bbe6fdc8ca49..6a8a47ae9ee9 100644 --- a/graphics/yafray/Makefile +++ b/graphics/yafray/Makefile @@ -39,6 +39,10 @@ pre-everything:: BROKEN= "Does not compile (bad C++ code)" .endif +.if ${OSVERSION} >= 502126 +BROKEN= "Does not compile on FreeBSD >= 5.x" +.endif + post-patch: @${FIND} ${WRKSRC} -name "Makefile.in" | \ ${XARGS} ${REINPLACE_CMD} -E -e \ |