gentoo-overlay/media-plugins/gimp-lqr/files/gimp-lqr-0.7.2-no-deprecated.patch

22 lines
579 B
Diff

--- configure.ac.orig 2012-02-24 19:32:04.000000000 +0100
+++ configure.ac 2012-02-24 19:32:20.000000000 +0100
@@ -116,9 +116,6 @@
fi
AC_MSG_RESULT($have_gtk_2_12)
-if test "x$have_gtk_2_12" != "xyes"; then
- CPPFLAGS="$CPPFLAGS -DG_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED"
-fi
AC_MSG_CHECKING([if GIMP is version 2.8.0 or newer])
@@ -129,9 +126,6 @@
fi
AC_MSG_RESULT($have_gimp_2_8)
-if test "x$have_gimp_2_8" != "xyes"; then
- CPPFLAGS="$CPPFLAGS -DGIMP_DISABLE_DEPRECATED"
-fi
AC_MSG_CHECKING([if we are on Win32])
AC_LANG([C])