Skip to Content.
Sympa Menu

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

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 (9d8621d1a31c10c55653d75c1d64c446e340a0f1)
  • Date: Wed, 10 Jun 2009 01:26:36 -0500

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

audio-libs/libofa/HISTORY | 7 +++++++
audio-libs/libofa/PRE_BUILD | 7 ++++---
audio-libs/libofa/libofa-0.9.3-gcc-4.4.patch | 17 +++++++++++++++++
3 files changed, 28 insertions(+), 3 deletions(-)

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

libofa: Based on patch provided at
http://bugs.gentoo.org/show_bug.cgi?id=265750
Modified to not depend on "#include <string.h>" being added as our
gcc43.patch adds "#include <cstring>" instead

diff --git a/audio-libs/libofa/HISTORY b/audio-libs/libofa/HISTORY
index 370f251..22769de 100644
--- a/audio-libs/libofa/HISTORY
+++ b/audio-libs/libofa/HISTORY
@@ -1,3 +1,10 @@
+2009-06-09 Eric Sandall <sandalle AT sourcemage.org>
+ * PRE_BUILD: Apply libofa-0.9.3-gcc-4.4.patch
+ * libofa-0.9.3-gcc-4.4.patch: Based on patch provided at
+ http://bugs.gentoo.org/show_bug.cgi?id=265750
+ Modified to not depend on "#include <string.h>" being added as our
+ gcc43.patch adds "#include <cstring>" instead
+
2008-03-22 Eric Sandall <sandalle AT sourcemage.org>
* PRE_BUILD: Apply gcc43.patch
* gcc43.patch: Patch to build with gcc 4.3.0
diff --git a/audio-libs/libofa/PRE_BUILD b/audio-libs/libofa/PRE_BUILD
index 6eae4b2..9fb7906 100755
--- a/audio-libs/libofa/PRE_BUILD
+++ b/audio-libs/libofa/PRE_BUILD
@@ -1,4 +1,5 @@
-default_pre_build &&
-cd $SOURCE_DIRECTORY &&
-patch -p1 < $SPELL_DIRECTORY/gcc43.patch &&
+default_pre_build &&
+cd $SOURCE_DIRECTORY &&
+patch -p1 < $SPELL_DIRECTORY/gcc43.patch &&
+patch -p1 < $SPELL_DIRECTORY/libofa-0.9.3-gcc-4.4.patch &&
patch -p0 < $SPELL_DIRECTORY/tnt.diff
diff --git a/audio-libs/libofa/libofa-0.9.3-gcc-4.4.patch
b/audio-libs/libofa/libofa-0.9.3-gcc-4.4.patch
new file mode 100644
index 0000000..508b782
--- /dev/null
+++ b/audio-libs/libofa/libofa-0.9.3-gcc-4.4.patch
@@ -0,0 +1,17 @@
+#
+# Based on patch provided at http://bugs.gentoo.org/show_bug.cgi?id=265750
+# Modified to not depend on "#include <string.h>" being added as our
+# gcc43.patch adds "#include <cstring>" instead
+#
+diff -Naur libofa-0.9.3.orig/examples/example.cpp
libofa-0.9.3/examples/example.cpp
+--- libofa-0.9.3.orig/examples/example.cpp 2009-06-09 23:18:51.885408576
-0700
++++ libofa-0.9.3/examples/example.cpp 2009-06-09 23:19:36.701158519 -0700
+@@ -9,6 +9,8 @@
+
+ #include "protocol.h"
+
++#include <stdio.h>
++
+ AudioData* loadWaveFile(char *file);
+ AudioData* loadDataUsingLAME(char *file);
+



  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (9d8621d1a31c10c55653d75c1d64c446e340a0f1), Eric Sandall, 06/10/2009

Archive powered by MHonArc 2.6.24.

Top of Page