fix build with latest Gnome mozilla-1.9.2
authorWolfgang Rosenauer <wr@rosenauer.org>
Mon, 30 Aug 2010 17:35:06 +0200
branchmozilla-1.9.2
changeset 151 4b31c799a73f
parent 143 e110d182e5ee
child 152 8f9e6663d94c
fix build with latest Gnome
mozilla-gdk-pixbuf.patch
mozilla-xulrunner192/mozilla-gdk-pixbuf.patch
mozilla-xulrunner192/mozilla-xulrunner192.changes
mozilla-xulrunner192/mozilla-xulrunner192.spec
series
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/mozilla-gdk-pixbuf.patch	Mon Aug 30 17:35:06 2010 +0200
@@ -0,0 +1,28 @@
+# HG changeset patch
+# Parent bad58443f421fd09ef6366d359b8405ed50c3731
+diff --git a/toolkit/system/gnome/Makefile.in b/toolkit/system/gnome/Makefile.in
+--- a/toolkit/system/gnome/Makefile.in
++++ b/toolkit/system/gnome/Makefile.in
+@@ -77,20 +77,22 @@ endif
+ EXTRA_DSO_LDOPTS += \
+ 		$(XPCOM_GLUE_LDOPTS) \
+ 		$(XPCOM_FROZEN_LDOPTS) \
+ 		$(NSPR_LIBS) \
+ 		$(MOZ_GCONF_LIBS) \
+ 		$(MOZ_GNOMEVFS_LIBS) \
+ 		$(GLIB_LIBS) \
+ 		$(MOZ_LIBNOTIFY_LIBS) \
++		$(MOZ_GTK2_LIBS) \
+ 		$(NULL)
+ 
+ LOCAL_INCLUDES += -I$(topsrcdir)/toolkit/components/build/
+ 
+ include $(topsrcdir)/config/rules.mk
+ 
+ CXXFLAGS += \
+ 	$(MOZ_GCONF_CFLAGS) \
+ 	$(MOZ_GNOMEVFS_CFLAGS) \
+ 	$(GLIB_CFLAGS) \
+ 	$(MOZ_LIBNOTIFY_CFLAGS) \
++	$(MOZ_GTK_CFLAGS) \
+ 	$(NULL)
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/mozilla-xulrunner192/mozilla-gdk-pixbuf.patch	Mon Aug 30 17:35:06 2010 +0200
@@ -0,0 +1,1 @@
+../mozilla-gdk-pixbuf.patch
\ No newline at end of file
--- a/mozilla-xulrunner192/mozilla-xulrunner192.changes	Thu Aug 26 07:41:34 2010 +0200
+++ b/mozilla-xulrunner192/mozilla-xulrunner192.changes	Mon Aug 30 17:35:06 2010 +0200
@@ -1,10 +1,16 @@
 -------------------------------------------------------------------
-Wed Aug 25 06:57:31 CEST 2010 - wr@rosenauer.org
+Mon Aug 30 17:34:28 CEST 2010 - wr@rosenauer.org
 
 - security update to 1.9.2.9
 - honor LANGUAGE environment variable for UI locale (bmo#583793)
 
 -------------------------------------------------------------------
+Mon Aug 30 17:32:20 CEST 2010 - wr@rosenauer.org
+
+- fixed build with latest Gnome in Factory
+  (mozilla-gdk-pixbuf.patch
+
+-------------------------------------------------------------------
 Wed Jul 28 07:32:50 CEST 2010 - wr@rosenauer.org
 
 - fixed sound notifications through libesd (bmo#579877)
--- a/mozilla-xulrunner192/mozilla-xulrunner192.spec	Thu Aug 26 07:41:34 2010 +0200
+++ b/mozilla-xulrunner192/mozilla-xulrunner192.spec	Mon Aug 30 17:35:06 2010 +0200
@@ -85,6 +85,7 @@
 Patch14:        mozilla-cairo-lcd.patch
 Patch15:        mozilla-ua-locale-pref.patch
 Patch16:        mozilla-locale.patch
+Patch17:        mozilla-gdk-pixbuf.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 Requires:       mozilla-js192 = %{version}
 Requires(post):  update-alternatives coreutils
@@ -234,6 +235,7 @@
 # bmo#542999
 %patch15 -p1
 %patch16 -p1
+%patch17 -p1
 
 %build
 %if %suse_version >= 1110
--- a/series	Thu Aug 26 07:41:34 2010 +0200
+++ b/series	Mon Aug 30 17:35:06 2010 +0200
@@ -15,6 +15,7 @@
 mozilla-esd.patch
 mozilla-cairo-lcd.patch
 mozilla-locale.patch
+mozilla-gdk-pixbuf.patch
 
 # Firefox patches
 firefox-libxul-sdk.patch