Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 715394
Collapse All | Expand All

(-)a/configure.ac (-4 lines)
Lines 879-888 Link Here
879
if test "x$enable_strict_build" != "xno"; then
879
if test "x$enable_strict_build" != "xno"; then
880
	CPPFLAGS="-DGDKMM_DISABLE_DEPRECATED $CPPFLAGS"
880
	CPPFLAGS="-DGDKMM_DISABLE_DEPRECATED $CPPFLAGS"
881
	
881
	
882
	# Ensure that no deprecated glibmm symbols are introduced.
883
	# lp:inkscape builds cleanly with this option at r10957
884
	CPPFLAGS="-DGLIBMM_DISABLE_DEPRECATED $CPPFLAGS"
885
	
886
	dnl Pango 1.32.4 uses a deprecated Glib symbol:
882
	dnl Pango 1.32.4 uses a deprecated Glib symbol:
887
	dnl   https://bugzilla.gnome.org/show_bug.cgi?id=689843
883
	dnl   https://bugzilla.gnome.org/show_bug.cgi?id=689843
888
	dnl 
884
	dnl 

Return to bug 715394