diff options
author | 2020-04-25 16:23:21 +0300 | |
---|---|---|
committer | 2020-04-25 16:23:50 +0300 | |
commit | ef6415751e610f63bdcbc60b133a84376d877785 (patch) | |
tree | 4bc7ab4fcc318256f20eda4eef8e6cc156feff8b /media-gfx/inkscape/files | |
parent | mail-client/neomutt: Fix documentation directory name (diff) | |
download | gentoo-ef6415751e610f63bdcbc60b133a84376d877785.tar.gz gentoo-ef6415751e610f63bdcbc60b133a84376d877785.tar.bz2 gentoo-ef6415751e610f63bdcbc60b133a84376d877785.zip |
media-gfx/inkscape: Fix build against glibmm-2.62, bug 715394
Patch by Matt Whitlock
Closes: https://bugs.gentoo.org/715394
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'media-gfx/inkscape/files')
-rw-r--r-- | media-gfx/inkscape/files/inkscape-0.92.4-glibmm-2.62.patch | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/media-gfx/inkscape/files/inkscape-0.92.4-glibmm-2.62.patch b/media-gfx/inkscape/files/inkscape-0.92.4-glibmm-2.62.patch new file mode 100644 index 000000000000..7a35d8d55ada --- /dev/null +++ b/media-gfx/inkscape/files/inkscape-0.92.4-glibmm-2.62.patch @@ -0,0 +1,14 @@ +diff -Naur a/configure.ac b/configure.ac +--- a/configure.ac 2019-01-15 04:29:27.000000000 +0000 ++++ b/configure.ac 2020-04-03 18:39:26.372870987 +0000 +@@ -879,10 +879,6 @@ + if test "x$enable_strict_build" != "xno"; then + CPPFLAGS="-DGDKMM_DISABLE_DEPRECATED $CPPFLAGS" + +- # Ensure that no deprecated glibmm symbols are introduced. +- # lp:inkscape builds cleanly with this option at r10957 +- CPPFLAGS="-DGLIBMM_DISABLE_DEPRECATED $CPPFLAGS" +- + dnl Pango 1.32.4 uses a deprecated Glib symbol: + dnl https://bugzilla.gnome.org/show_bug.cgi?id=689843 + dnl |