diff options
author | Lucio Andrés Illanes Albornoz (arab, vxp) <l.illanes@gmx.de> | 2016-03-05 13:50:03 +0000 |
---|---|---|
committer | Lucio Andrés Illanes Albornoz (arab, vxp) <l.illanes@gmx.de> | 2016-03-05 13:50:03 +0000 |
commit | 5ddec7ff40328599568b89294a6dd5b2a5244a4c (patch) | |
tree | b76683bd9ac0b084e6c9e8b202787722298daba8 | |
parent | 50faddcfacf7ad060623fe02c9116d2aa29871f1 (diff) | |
download | midipix_build-5ddec7ff40328599568b89294a6dd5b2a5244a4c.tar.bz2 midipix_build-5ddec7ff40328599568b89294a6dd5b2a5244a4c.tar.xz |
Remove `-Werror' from hexcurse's $AM_CPPFLAGS.
-rw-r--r-- | hexcurse.local.patch | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/hexcurse.local.patch b/hexcurse.local.patch index 2ae72da8..f225eda5 100644 --- a/hexcurse.local.patch +++ b/hexcurse.local.patch @@ -20,3 +20,21 @@ | -linux-newlib* | -linux-musl* | -linux-uclibc* \ | -uxpv* | -beos* | -mpeix* | -udk* | -moxiebox* \ | -interix* | -uwin* | -mks* | -rhapsody* | -darwin* | -opened* \ +--- hexcurse/src/Makefile.in.orig 2016-03-05 13:45:43.656822716 +0000 ++++ hexcurse/src/Makefile.in 2016-03-05 13:47:34.832820248 +0000 +@@ -258,7 +258,7 @@ + top_build_prefix = @top_build_prefix@ + top_builddir = @top_builddir@ + top_srcdir = @top_srcdir@ +-AM_CPPFLAGS = -I$(top_srcdir)/include -Wall -Werror -Wextra ++AM_CPPFLAGS = -I$(top_srcdir)/include -Wall -Wextra + hexcurse_SOURCES = file.c llist.c screen.c hexcurse.c stack.c getopt.c acceptch.c color.c + all: all-am + +--- hexcurse/src/Makefile.am.orig 2016-03-05 13:48:01.896819648 +0000 ++++ hexcurse/src/Makefile.am 2016-03-05 13:48:58.960818381 +0000 +@@ -1,3 +1,3 @@ + bin_PROGRAMS = hexcurse +-AM_CPPFLAGS = -I$(top_srcdir)/include -Wall -Werror -Wextra ++AM_CPPFLAGS = -I$(top_srcdir)/include -Wall -Wextra + hexcurse_SOURCES = file.c llist.c screen.c hexcurse.c stack.c getopt.c acceptch.c color.c |