summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Sandall2009-03-19 23:37:25 -0700
committerJaka Kranjc2009-03-24 16:41:49 +0100
commit53fb2028ae30732da986292b307c5df4b314aaab (patch)
tree5b60e61bf49f844be9727b5231c7269c85544a2b
parentb24edeb0ac3801056187bb48a0a91a7fdf731928 (diff)
gnome-sharp: Fix compilation with libtool 2.2.6a (Bug #15126)
(cherry picked from commit c1a7f9da465bb1aaeeea57a7fdf708a840e2e33b)
-rw-r--r--gnome2-libs/gnome-sharp/HISTORY3
-rwxr-xr-xgnome2-libs/gnome-sharp/PRE_BUILD1
2 files changed, 4 insertions, 0 deletions
diff --git a/gnome2-libs/gnome-sharp/HISTORY b/gnome2-libs/gnome-sharp/HISTORY
index fd182e9cfb..c722997d51 100644
--- a/gnome2-libs/gnome-sharp/HISTORY
+++ b/gnome2-libs/gnome-sharp/HISTORY
@@ -1,3 +1,6 @@
+2009-03-19 Eric Sandall <sandalle@sourcemage.org>
+ * PRE_BUILD: Fix compilation with libtool 2.2.6a (Bug #15126)
+
2008-10-05 Robin Cook <rcook@wyrms.net>
* DETAILS: updated VERSION to 2.24.0
* DEPENDS: added glib2 and gtk+2
diff --git a/gnome2-libs/gnome-sharp/PRE_BUILD b/gnome2-libs/gnome-sharp/PRE_BUILD
index 80bc6f69cd..c7daf65cb8 100755
--- a/gnome2-libs/gnome-sharp/PRE_BUILD
+++ b/gnome2-libs/gnome-sharp/PRE_BUILD
@@ -2,5 +2,6 @@ default_pre_build &&
cd $SOURCE_DIRECTORY &&
sedit "s:libgtkhtml-3.8:libgtkhtml-3.14:g" configure.in &&
+libtoolize -f &&
aclocal &&
autoconf