aboutsummaryrefslogtreecommitdiffstats
path: root/testing/jshon/disable-werror.patch
diff options
context:
space:
mode:
authorCarlo Landmeter <clandmeter@alpinelinux.org>2018-12-07 14:13:42 +0000
committerCarlo Landmeter <clandmeter@alpinelinux.org>2018-12-07 14:13:42 +0000
commit57818935b7a5a1bec426721e935238ff89b54684 (patch)
tree57667965c9397323ae54f34bcd3a78df03978f70 /testing/jshon/disable-werror.patch
parentf5e27843a918b41fbc98b72fa86663eb0a3837a2 (diff)
downloadaports-57818935b7a5a1bec426721e935238ff89b54684.tar.bz2
aports-57818935b7a5a1bec426721e935238ff89b54684.tar.xz
testing/jshon: new aport
Diffstat (limited to 'testing/jshon/disable-werror.patch')
-rw-r--r--testing/jshon/disable-werror.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/testing/jshon/disable-werror.patch b/testing/jshon/disable-werror.patch
new file mode 100644
index 0000000000..fff4dc474e
--- /dev/null
+++ b/testing/jshon/disable-werror.patch
@@ -0,0 +1,10 @@
+--- ./Makefile
++++ ./Makefile
+@@ -1,6 +1,6 @@
+ # jshon - command line JSON parsing
+
+-CFLAGS := -std=c99 -Wall -pedantic -Wextra -Werror ${CFLAGS}
++CFLAGS := -std=c99 -Wall -pedantic -Wextra ${CFLAGS}
+ LDLIBS = -ljansson
+ INSTALL=install
+ DESTDIR?=/