diff options
author | Michael Mair-Keimberger (asterix) <m.mairkeimberger@gmail.com> | 2017-01-04 17:43:38 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-01-15 10:45:33 +0100 |
commit | b257e5e9b4801d8217bcc2f89499a96a0d0688b1 (patch) | |
tree | 13eba5d4a9040b8dbf00d2013cbafb183f1c367b /media-plugins/gimp-lqr | |
parent | media-libs/SoQt: remove unused patch (diff) | |
download | gentoo-b257e5e9b4801d8217bcc2f89499a96a0d0688b1.tar.gz gentoo-b257e5e9b4801d8217bcc2f89499a96a0d0688b1.tar.bz2 gentoo-b257e5e9b4801d8217bcc2f89499a96a0d0688b1.zip |
media-plugins/gimp-lqr: remove unused patch
Closes: https://github.com/gentoo/gentoo/pull/3325
Diffstat (limited to 'media-plugins/gimp-lqr')
-rw-r--r-- | media-plugins/gimp-lqr/files/gimp-lqr-0.7.2-no-deprecated.patch | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/media-plugins/gimp-lqr/files/gimp-lqr-0.7.2-no-deprecated.patch b/media-plugins/gimp-lqr/files/gimp-lqr-0.7.2-no-deprecated.patch deleted file mode 100644 index 02ab936dd80e..000000000000 --- a/media-plugins/gimp-lqr/files/gimp-lqr-0.7.2-no-deprecated.patch +++ /dev/null @@ -1,22 +0,0 @@ ---- 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]) |