Skip to Content.
Sympa Menu

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

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 (6545c184357ce3007f9f42201ca59053c6b0d517)
  • Date: Tue, 13 Apr 2010 12:11:41 -0500

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

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

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

faac: Remove strcasestr from mpeg4ip.h (Bug #15263)
Remove call to bootstrap.sh

diff --git a/audio-libs/faac/HISTORY b/audio-libs/faac/HISTORY
index ab0b273..710e6c4 100644
--- a/audio-libs/faac/HISTORY
+++ b/audio-libs/faac/HISTORY
@@ -1,3 +1,7 @@
+2010-04-13 Eric Sandall <sandalle AT sourcemage.org>
+ * PRE_BUILD: Remove strcasestr from mpeg4ip.h (Bug #15263)
+ Remove call to bootstrap.sh
+
2009-09-21 Vlad Glagolev <stealth AT sourcemage.org>
* DEPENDS: removed unneeded dependency
* DETAILS: quoting paths; improved descriptions
diff --git a/audio-libs/faac/PRE_BUILD b/audio-libs/faac/PRE_BUILD
index 5f2e12c..3d6d6ae 100755
--- a/audio-libs/faac/PRE_BUILD
+++ b/audio-libs/faac/PRE_BUILD
@@ -4,5 +4,5 @@ cd "$SOURCE_DIRECTORY" &&
# really fix for gcc-4.4.0
if spell_ok gcc && [[ $(installed_version gcc) > 4.3.99 ]]; then
sed -i "s/^char/const char/" common/mp4v2/mpeg4ip.h &&
- sh ./bootstrap
+ sed -i "s/^\(.*strcasestr\)/\/\/ This is in libc and conflicts: \1 /"
common/mp4v2/mpeg4ip.h
fi



  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (6545c184357ce3007f9f42201ca59053c6b0d517), Eric Sandall, 04/13/2010

Archive powered by MHonArc 2.6.24.

Top of Page