summaryrefslogtreecommitdiffstats
path: root/redhat/applications/gtk-qt-engine/gtk-qt-engine-3.5.13-fix_glib_include.patch
diff options
context:
space:
mode:
authorFrancois Andriot <francois.andriot@free.fr>2012-05-05 11:06:25 +0200
committerFrancois Andriot <francois.andriot@free.fr>2012-05-05 11:06:25 +0200
commit0455b64d44cd5c4828789deff570a252b0d409e6 (patch)
treee25f0927c840299691600d532695c1db540b67bf /redhat/applications/gtk-qt-engine/gtk-qt-engine-3.5.13-fix_glib_include.patch
parent52d511ca193d9c9b67e5499c1c4045ccb518eff1 (diff)
downloadtde-packaging-0455b64d44cd5c4828789deff570a252b0d409e6.tar.gz
tde-packaging-0455b64d44cd5c4828789deff570a252b0d409e6.zip
RHEL/Fedora: fix gtk-qt-engine for GCC 4.7
Diffstat (limited to 'redhat/applications/gtk-qt-engine/gtk-qt-engine-3.5.13-fix_glib_include.patch')
-rw-r--r--redhat/applications/gtk-qt-engine/gtk-qt-engine-3.5.13-fix_glib_include.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/redhat/applications/gtk-qt-engine/gtk-qt-engine-3.5.13-fix_glib_include.patch b/redhat/applications/gtk-qt-engine/gtk-qt-engine-3.5.13-fix_glib_include.patch
new file mode 100644
index 000000000..caf67e13b
--- /dev/null
+++ b/redhat/applications/gtk-qt-engine/gtk-qt-engine-3.5.13-fix_glib_include.patch
@@ -0,0 +1,11 @@
+--- gtk-qt-engine/src/qt_theme_draw.c.ORI 2012-05-01 19:52:05.317334548 +0200
++++ gtk-qt-engine/src/qt_theme_draw.c 2012-05-01 19:54:50.474099070 +0200
+@@ -3,7 +3,7 @@
+ #include <gtk/gtkprogressbar.h>
+ #include <gdk/gdk.h>
+ #include <gtk/gtk.h>
+-#include <glib/glist.h>
++#include <glib.h>
+
+ #ifdef HAVE_BONOBO
+ #include <libbonobo.h>