Skip to Content.
Sympa Menu

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

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 (8b3c3567ddaf1d6835c077f3acc88e9765734545)
  • Date: Wed, 28 Nov 2007 14:10:07 -0600

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

audio-libs/openal/HISTORY | 4 ++++
audio-libs/openal/PRE_BUILD | 2 +-
2 files changed, 5 insertions(+), 1 deletion(-)

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

openal: Fix Bug #14126 (gcc42.patch fails for snapshot)

diff --git a/audio-libs/openal/HISTORY b/audio-libs/openal/HISTORY
index ff29f5b..8100b7b 100644
--- a/audio-libs/openal/HISTORY
+++ b/audio-libs/openal/HISTORY
@@ -1,3 +1,7 @@
+2007-11-28 Eric Sandall <sandalle AT sourcemage.org>
+ * PRE_BUILD: Only apply gcc42.patch for $OPENAL_VERSION=release
+ See Bug #14126
+
2007-11-12 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* PRE_BUILD: fixed path to the patch
* DETAILS: fixed fetching from svn
diff --git a/audio-libs/openal/PRE_BUILD b/audio-libs/openal/PRE_BUILD
index 1e8199f..1d69f5c 100755
--- a/audio-libs/openal/PRE_BUILD
+++ b/audio-libs/openal/PRE_BUILD
@@ -9,6 +9,6 @@ elif [[ $OPENAL_VERSION == scm ]]; then
cd OpenAL-Sample &&
NOCONFIGURE=Y ./autogen.sh
fi &&
-if [[ $OPENAL_VERSION != scm ]]; then
+if [[ $OPENAL_VERSION == release ]]; then
patch -p1 < $SCRIPT_DIRECTORY/gcc42.patch
fi



  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (8b3c3567ddaf1d6835c077f3acc88e9765734545), Eric Sandall, 11/28/2007

Archive powered by MHonArc 2.6.24.

Top of Page