summaryrefslogtreecommitdiffstats
path: root/mozilla-missing-cflags.patch
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2010-09-21 17:43:12 +0200
committerRemi Collet <fedora@famillecollet.com>2010-09-21 17:43:12 +0200
commitfca26e4a9c1fccc83d7d87e7d60b7dddd5c80412 (patch)
treeb4e3398333daf5af6c2cd49e43aa9f4fcaff36db /mozilla-missing-cflags.patch
parent741df0ae02a1d6b6d817ec3790e7817c344dda4b (diff)
thunderbird, sync with rawhide, f-14 build
Diffstat (limited to 'mozilla-missing-cflags.patch')
-rw-r--r--mozilla-missing-cflags.patch9
1 files changed, 9 insertions, 0 deletions
diff --git a/mozilla-missing-cflags.patch b/mozilla-missing-cflags.patch
new file mode 100644
index 0000000..fcef959
--- /dev/null
+++ b/mozilla-missing-cflags.patch
@@ -0,0 +1,9 @@
+diff -up comm-1.9.2/mozilla/toolkit/system/gnome/Makefile.in.mozcflags comm-1.9.2/mozilla/toolkit/system/gnome/Makefile.in
+--- comm-1.9.2/mozilla/toolkit/system/gnome/Makefile.in.mozcflags 2010-07-26 12:52:38.000000000 +0200
++++ comm-1.9.2/mozilla/toolkit/system/gnome/Makefile.in 2010-07-26 12:39:34.000000000 +0200
+@@ -93,4 +93,5 @@ CXXFLAGS += \
+ $(MOZ_GNOMEVFS_CFLAGS) \
+ $(GLIB_CFLAGS) \
+ $(MOZ_LIBNOTIFY_CFLAGS) \
++ $(MOZ_GTK2_CFLAGS) \
+ $(NULL)