Remove Werror from the default CFLAGS as it uses deprecated Glib API

it breaks the ports with newer glib

PR:		247278
This commit is contained in:
Baptiste Daroussin 2020-09-18 21:26:26 +00:00
parent 7d48e1b747
commit 3b15e5098a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=548914

View File

@ -0,0 +1,11 @@
--- configure.orig 2016-11-23 08:04:58 UTC
+++ configure
@@ -15363,7 +15363,7 @@ $as_echo "#define HAVE_GCONF 1" >>confdefs.h
fi
fi
-DEFAULT_CFLAGS="-Wall -Wextra -Werror -g0 -fPIC -std=gnu99"
+DEFAULT_CFLAGS="-Wall -Wextra -g0 -fPIC -std=gnu99"
ac_config_files="$ac_config_files Makefile gxneur.desktop src/Makefile pixmaps/Makefile ui/Makefile po/Makefile.in"