[mingw-webkitgtk: 28/36] Run autoreconf to pick up gmodule-2.0 linking changes

Kalev Lember kalev at fedoraproject.org
Tue Mar 6 21:11:48 UTC 2012


commit 6e5c81e3989ddf962058760a74b08d80bb1b641f
Author: Kalev Lember <kalevlember at gmail.com>
Date:   Tue Feb 7 15:53:22 2012 +0200

    Run autoreconf to pick up gmodule-2.0 linking changes

 mingw32-webkitgtk.spec                   |    6 ++++++
 webkit-dont-build-dump-render-tree.patch |    8 ++++++++
 2 files changed, 14 insertions(+), 0 deletions(-)
---
diff --git a/mingw32-webkitgtk.spec b/mingw32-webkitgtk.spec
index 3e6e656..e239701 100644
--- a/mingw32-webkitgtk.spec
+++ b/mingw32-webkitgtk.spec
@@ -77,6 +77,10 @@ BuildRequires:	bison
 BuildRequires:	flex
 BuildRequires:	gperf
 
+# For autoreconf
+BuildRequires:	autoconf automake libtool
+BuildRequires:	gtk-doc
+
 # Required for glib-mkenums
 BuildRequires:	glib2-devel
 
@@ -128,6 +132,8 @@ Static version of the MinGW Windows WebKitGTK+ library.
 %patch3 -p1 -b .gmodule
 %patch4 -p1 -b .webview_map
 
+autoreconf --verbose --install -I Source/autotools
+
 
 %build
 # lower debug level to prevent memory exhaustion by linker
diff --git a/webkit-dont-build-dump-render-tree.patch b/webkit-dont-build-dump-render-tree.patch
index 3de8d9b..c11b96b 100644
--- a/webkit-dont-build-dump-render-tree.patch
+++ b/webkit-dont-build-dump-render-tree.patch
@@ -9,3 +9,11 @@
  	Programs/GtkLauncher$(EXEEXT) Programs/ImageDiff$(EXEEXT) \
  	$(am__EXEEXT_6) $(am__EXEEXT_7) $(am__EXEEXT_8)
  libexec_PROGRAMS = $(am__EXEEXT_1) $(am__EXEEXT_2)
+--- Tools/GNUmakefile.am
++++ Tools/GNUmakefile.am
+@@ -1,5 +1,4 @@
+ noinst_PROGRAMS += \
+-	Programs/DumpRenderTree \
+ 	Programs/GtkLauncher
+ 
+ # GtkLauncher


More information about the scm-commits mailing list