diff options
Diffstat (limited to 'recipes/qpe-gaim/files/dont-look-for-gtk.patch')
-rw-r--r-- | recipes/qpe-gaim/files/dont-look-for-gtk.patch | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/recipes/qpe-gaim/files/dont-look-for-gtk.patch b/recipes/qpe-gaim/files/dont-look-for-gtk.patch new file mode 100644 index 0000000000..889a6aef31 --- /dev/null +++ b/recipes/qpe-gaim/files/dont-look-for-gtk.patch @@ -0,0 +1,18 @@ + +# +# Patch managed by http://www.holgerschurig.de/patcher.html +# + +--- libgaim/configure.ac~dont-look-for-gtk ++++ libgaim/configure.ac +@@ -253,10 +253,6 @@ + *** GLib 2.0 is required to build Gaim; please make sure you have the GLib + *** development headers installed. The latest version of GLib is + *** always available at http://www.gtk.org/.])) +-AM_PATH_GTK_2_0(2.0.0,,AC_MSG_ERROR([ +-*** GTK+ 2.0 is required to build Gaim; please make sure you have the GTK+ +-*** development headers installed. The latest version of GTK+ is +-*** always available at http://www.gtk.org/.])) + + AC_PATH_PROG(gaimpath, gaim) + AC_SUBST(GTK_CFLAGS) |