From 46ce2bde311b159bcd01fa3bbf48c0e34d95fa22 Mon Sep 17 00:00:00 2001 From: Phil Blundell Date: Fri, 1 Aug 2008 19:53:18 +0000 Subject: libstroke: new, patch from jay4mail@gmail.com --- .../libstroke/libstroke-0.5.1/configure.in.patch | 24 ++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 packages/libstroke/libstroke-0.5.1/configure.in.patch (limited to 'packages/libstroke/libstroke-0.5.1/configure.in.patch') diff --git a/packages/libstroke/libstroke-0.5.1/configure.in.patch b/packages/libstroke/libstroke-0.5.1/configure.in.patch new file mode 100644 index 0000000000..d0ed97b88e --- /dev/null +++ b/packages/libstroke/libstroke-0.5.1/configure.in.patch @@ -0,0 +1,24 @@ +--- libstroke-0.5.1/configure.in.orig 2008-06-11 12:54:29.000000000 +0400 ++++ libstroke-0.5.1/configure.in 2008-06-11 12:54:35.000000000 +0400 +@@ -83,14 +83,14 @@ + + dnl check for GTK + dnl we won't build libgstroke if it's not found +-AC_MSG_CHECKING(gtk+ library) +-AM_PATH_GTK(1.2.7, HAVE_LIBGTK=yes +- AC_DEFINE(HAVE_LIBGTK, 1, [Define if libgtk is available]), +- AC_MSG_WARN( +-***** NOTE: The GNOME stroke support won't be built +-) ++dnl AC_MSG_CHECKING(gtk+ library) ++dnl AM_PATH_GTK(1.2.7, HAVE_LIBGTK=yes ++dnl AC_DEFINE(HAVE_LIBGTK, 1, [Define if libgtk is available]), ++dnl AC_MSG_WARN( ++dnl ***** NOTE: The GNOME stroke support won't be built ++dnl ) + HAVE_LIBGTK=no, +-) ++dnl ) + AM_CONDITIONAL(HAVE_LIBGTK, test "x$HAVE_LIBGTK" = "xyes") + + -- cgit v1.2.3