[Lunar-commits] <moonbase> yafray: Another gcc4 patch and adding a sed.
Dennis `stumbles` Veatch
stumbles at lunar-linux.org
Thu Oct 15 23:46:30 CEST 2009
commit bc9f4656a197ee4f597ad6d3577e5bde4a639aa6
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date: Thu Oct 15 17:46:30 2009 -0400
yafray: Another gcc4 patch and adding a sed.
---
graphics/yafray/BUILD | 2 ++
graphics/yafray/DETAILS | 3 +++
2 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/graphics/yafray/BUILD b/graphics/yafray/BUILD
index 471be22..ffa5a6e 100644
--- a/graphics/yafray/BUILD
+++ b/graphics/yafray/BUILD
@@ -1,5 +1,7 @@
(
+ patch_it $SOURCE_CACHE/$SOURCE2 0 &&
+ sedit 's:char \*ext:const char \*ext:' src/shaders/basictex.cc &&
sedit "s:/usr/local:/usr:" SConstruct
sedit "s:/usr/local:/usr:" linux-settings.py
diff --git a/graphics/yafray/DETAILS b/graphics/yafray/DETAILS
index 9b1c0ba..1f50e7f 100644
--- a/graphics/yafray/DETAILS
+++ b/graphics/yafray/DETAILS
@@ -1,8 +1,11 @@
MODULE=yafray
VERSION=0.0.9
SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE2=yafray-gcc4-patch
SOURCE_URL=http://www.yafray.org/sec/2/downloads/
+ SOURCE2_URL=$PATCH_URL
SOURCE_VFY=sha1:30eaf082f66da4948cc6fb9651b4945914929f74
+ SOURCE2_VFY=sha1:4e57230710686ae396afceab2fdaa3378a124f88
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE
WEB_SITE=http://www.yafray.org/
ENTERED=20031229
More information about the Lunar-commits
mailing list