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:
parent
7d48e1b747
commit
3b15e5098a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=548914
11
deskutils/gxneur/files/patch-configure
Normal file
11
deskutils/gxneur/files/patch-configure
Normal 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"
|
Loading…
Reference in New Issue
Block a user