Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by George Sherwood (999f45ba0bb9ac7eb3aeb079f854840445736c89)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: George Sherwood <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by George Sherwood (999f45ba0bb9ac7eb3aeb079f854840445736c89)
  • Date: Tue, 24 Feb 2009 14:25:26 -0600

GIT changes to master grimoire by George Sherwood <gsherwood AT sourcemage.org>:

audio-libs/libogg/HISTORY | 3 +++
audio-libs/libogg/PRE_BUILD | 1 +
2 files changed, 4 insertions(+)

New commits:
commit 999f45ba0bb9ac7eb3aeb079f854840445736c89
Author: George Sherwood <gsherwood AT sourcemage.org>
Commit: George Sherwood <gsherwood AT sourcemage.org>

libogg: Added libtoolize -f to PRE_BUILD. Fixes issue with new
libtool.

diff --git a/audio-libs/libogg/HISTORY b/audio-libs/libogg/HISTORY
index 13633be..4cafd06 100644
--- a/audio-libs/libogg/HISTORY
+++ b/audio-libs/libogg/HISTORY
@@ -1,3 +1,6 @@
+2009-02-24 George Sherwood <gsherwood AT sourcemage.org>
+ * PRE_BUILD: Added libtoolize -f due to new version of libtool
+
2007-01-06 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
* DEPENDS: added missing libtool

diff --git a/audio-libs/libogg/PRE_BUILD b/audio-libs/libogg/PRE_BUILD
index c44fd9d..7156fe8 100755
--- a/audio-libs/libogg/PRE_BUILD
+++ b/audio-libs/libogg/PRE_BUILD
@@ -1,4 +1,5 @@
default_pre_build &&
cd $SOURCE_DIRECTORY &&
+libtoolize -f &&
aclocal &&
autoconf



  • [SM-Commit] GIT changes to master grimoire by George Sherwood (999f45ba0bb9ac7eb3aeb079f854840445736c89), George Sherwood, 02/24/2009

Archive powered by MHonArc 2.6.24.

Top of Page