Blame patches/classpath/classpath-0.99.no-warn-deprecated-declaration.patch

Lucio Andrés Illanes Albornoz 7670fc
--- classpath-0.99.orig/native/jni/gtk-peer/Makefile.am	2008-06-23 16:12:24.000000000 +0200
Lucio Andrés Illanes Albornoz 7670fc
+++ classpath-0.99/native/jni/gtk-peer/Makefile.am	2018-06-07 16:12:33.902649795 +0200
Lucio Andrés Illanes Albornoz 7670fc
@@ -52,7 +52,7 @@
Lucio Andrés Illanes Albornoz 7670fc
 
Lucio Andrés Illanes Albornoz 7670fc
 AM_LDFLAGS = @CLASSPATH_MODULE@ @GTK_LIBS@ @FREETYPE2_LIBS@ \
Lucio Andrés Illanes Albornoz 7670fc
              @PANGOFT2_LIBS@ @X_PRE_LIBS@ @X_LIBS@ @X_EXTRA_LIBS@ @XTEST_LIBS@
Lucio Andrés Illanes Albornoz 7670fc
-AM_CPPFLAGS = @CLASSPATH_INCLUDES@
Lucio Andrés Illanes Albornoz 7670fc
+AM_CPPFLAGS = @CLASSPATH_INCLUDES@ -Wno-deprecated-declarations
Lucio Andrés Illanes Albornoz 7670fc
 
Lucio Andrés Illanes Albornoz 7670fc
 # Just the WARNING_CFLAGS. We cannot use the strict flags since the gtk
Lucio Andrés Illanes Albornoz 7670fc
 # headers contain broken prototypes (by design, see gtkitemfactory.h).