Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Eric Sandall (de1cb577fc4f84654015244c627fcedbdce27e87)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Eric Sandall (de1cb577fc4f84654015244c627fcedbdce27e87)
  • Date: Sat, 19 Apr 2008 21:26:00 -0500

GIT changes to master grimoire by Eric Sandall <sandalle AT sourcemage.org>:

graphics/yafray/HISTORY | 7 +++++++
graphics/yafray/PRE_BUILD | 3 +++
graphics/yafray/gcc43.patch.gz |binary
3 files changed, 10 insertions(+)

New commits:
commit de1cb577fc4f84654015244c627fcedbdce27e87
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

yafray: Fix compilation with gcc 4.3.0 (attached in upstream bug)

diff --git a/graphics/yafray/HISTORY b/graphics/yafray/HISTORY
index 6b719a8..75a9d67 100644
--- a/graphics/yafray/HISTORY
+++ b/graphics/yafray/HISTORY
@@ -1,3 +1,9 @@
+2008-04-19 Eric Sandall <sandalle AT sourcemage.org>
+ * PRE_BUILD: Apply gcc43.patch
+ * gcc43.patch: Fix compilation with GCC 4.3.0
+ Attached upstream at
+ https://projects.blender.org/tracker/index.php?func=detail&aid=8252
+
2008-01-05 Vlad Glagolev <stealth AT sourcemage.org>
* DEPENDS: added openexr+ilmbase as opt (#14201)

@@ -60,3 +66,4 @@

2003-01-17 Robert Helgesson <rycee AT home.se>
* Created spell
+
diff --git a/graphics/yafray/PRE_BUILD b/graphics/yafray/PRE_BUILD
new file mode 100755
index 0000000..3958a58
--- /dev/null
+++ b/graphics/yafray/PRE_BUILD
@@ -0,0 +1,3 @@
+default_pre_build &&
+cd $SOURCE_DIRECTORY &&
+zcat $SCRIPT_DIRECTORY/gcc43.patch | patch -p1
diff --git a/graphics/yafray/gcc43.patch.gz b/graphics/yafray/gcc43.patch.gz
new file mode 100644
index 0000000..faafe15
Binary files /dev/null and b/graphics/yafray/gcc43.patch.gz differ



  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (de1cb577fc4f84654015244c627fcedbdce27e87), Eric Sandall, 04/19/2008

Archive powered by MHonArc 2.6.24.

Top of Page