--- xneur-0.15.0.orig/configure
+++ xneur-0.15.0/configure
@@ -15337,7 +15337,7 @@ $as_echo "#define WITH_PLUGINS 1" >>conf
 
 fi
 
-DEFAULT_CFLAGS="-Wall -Wextra -Werror -g0 -std=gnu99 -fPIC"
+DEFAULT_CFLAGS="-Wall -Wextra -Werror -Wno-error=deprecated-declarations -g0 -std=gnu99 -fPIC"
 
 
 ac_config_files="$ac_config_files pixmaps/Makefile plugins/Makefile plugins/test/Makefile plugins/statistic/Makefile share/Makefile share/sounds/Makefile share/languages/Makefile share/languages/by/Makefile share/languages/bg/Makefile share/languages/cz/Makefile share/languages/de/Makefile share/languages/ge/Makefile share/languages/gr/Makefile share/languages/en/Makefile share/languages/es/Makefile share/languages/ee/Makefile share/languages/fr/Makefile share/languages/gb/Makefile share/languages/am/Makefile share/languages/kz/Makefile share/languages/lt/Makefile share/languages/lv/Makefile share/languages/pl/Makefile share/languages/ro/Makefile share/languages/ru/Makefile share/languages/ua/Makefile share/languages/us/Makefile share/languages/uz/Makefile etc/Makefile lib/Makefile lib/lib/Makefile lib/ai/Makefile lib/config/Makefile lib/misc/Makefile lib/notify/Makefile lib/main/Makefile src/Makefile po/Makefile.in Makefile xnconfig.pc xneur.pc"
--- xneur-0.15.0.orig/configure.in
+++ xneur-0.15.0/configure.in
@@ -209,7 +209,7 @@ if test "x$with_plugins" != "xno"; then
 	AC_DEFINE(WITH_PLUGINS, 1, [Define if you want plugins support])
 fi
 
-DEFAULT_CFLAGS="-Wall -Wextra -Werror -g0 -std=gnu99 -fPIC"
+DEFAULT_CFLAGS="-Wall -Wextra -Werror -Wno-error=deprecated-declarations -g0 -std=gnu99 -fPIC"
 AC_SUBST(DEFAULT_CFLAGS)
 
 AC_OUTPUT([
