summaryrefslogtreecommitdiff
path: root/media-gfx/inkscape/files/inkscape-0.92.4-glibmm-2.62.patch
blob: 7a35d8d55ada8d76a51341b1ee9f0f067d750ae2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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