summaryrefslogtreecommitdiff
path: root/textproc/json-c/patches
diff options
context:
space:
mode:
authorryoon <ryoon>2012-10-11 15:40:40 +0000
committerryoon <ryoon>2012-10-11 15:40:40 +0000
commit235a331043116183571e7e7b9ea6c12cd62ca321 (patch)
tree3290364829822b4be7f4b510a8bce931eaa828d8 /textproc/json-c/patches
parent918e92ff27865914849205f60471947e6eb86cae (diff)
downloadpkgsrc-235a331043116183571e7e7b9ea6c12cd62ca321.tar.gz
Import json-c-0.10 as textproc/json-c.
JSON-C implements a reference counting object model that allows you to easily construct JSON objects in C, output them as JSON formatted strings and parse JSON formatted strings back into the C representation of JSON objects.
Diffstat (limited to 'textproc/json-c/patches')
-rw-r--r--textproc/json-c/patches/patch-Makefile.in14
1 files changed, 14 insertions, 0 deletions
diff --git a/textproc/json-c/patches/patch-Makefile.in b/textproc/json-c/patches/patch-Makefile.in
new file mode 100644
index 00000000000..0a272115756
--- /dev/null
+++ b/textproc/json-c/patches/patch-Makefile.in
@@ -0,0 +1,14 @@
+$NetBSD: patch-Makefile.in,v 1.1 2012/10/11 15:40:40 ryoon Exp $
+
+* From https://github.com/json-c/json-c/commit/4154c55edae6f6b34d6ef4fcc331055fdf8e1a23#Makefile.am
+
+--- Makefile.in.orig 2012-05-31 02:31:35.000000000 +0000
++++ Makefile.in
+@@ -278,6 +278,7 @@ libjsoninclude_HEADERS = \
+ json_config.h \
+ json_inttypes.h \
+ json_object.h \
++ json_object_iterator.h \
+ json_object_private.h \
+ json_tokener.h \
+ json_util.h \