summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Sandall2009-03-19 23:09:47 -0700
committerJaka Kranjc2009-03-24 16:44:37 +0100
commit59c560833363c184e1e1d0048dbbf8f4c134100f (patch)
treec29ef31aedda69db38e11fb70b98173a1db4a769
parentc6e199e8098a49828e848b80e31c8f99a7c5e770 (diff)
cegui: Run `libtoolize -f` and add '-f' to autoreconf to fix
Bug #15124 (cherry picked from commit 7f44b64d3cd5b4ac1fe4f5216f8ba0e7b103c4fa)
-rw-r--r--graphics-libs/cegui/HISTORY4
-rwxr-xr-xgraphics-libs/cegui/PRE_BUILD3
2 files changed, 6 insertions, 1 deletions
diff --git a/graphics-libs/cegui/HISTORY b/graphics-libs/cegui/HISTORY
index 0876a7906d..bbd373ee4e 100644
--- a/graphics-libs/cegui/HISTORY
+++ b/graphics-libs/cegui/HISTORY
@@ -1,3 +1,7 @@
+2009-03-19 Eric Sandall <sandalle@sourcemage.org>
+ * PRE_BUILD: Run `libtoolize -f` and add '-f' to autoreconf to fix
+ Bug #15124
+
2008-07-12 Eric Sandall <sandalle@sourcemage.org>
* DETAILS: Updated to 0.6.1
* PRE_BUILD: No longer apply gcc 4.3 patch
diff --git a/graphics-libs/cegui/PRE_BUILD b/graphics-libs/cegui/PRE_BUILD
index b0a94f5d54..66a2c37684 100755
--- a/graphics-libs/cegui/PRE_BUILD
+++ b/graphics-libs/cegui/PRE_BUILD
@@ -2,4 +2,5 @@ default_pre_build &&
cd $SOURCE_DIRECTORY &&
sedit 's: lua < 5.1::' acinclude.m4 &&
touch INSTALL NEWS &&
-autoreconf
+libtoolize -f &&
+autoreconf -f