annotate src/json-c-1-patch-missingfile.patch @ 3256:7fb479d0241c

Update build tools for native mingw * src/build-m4.mk: do nothing for native mingw build * Makefile.in: - add bison, m4 as natve mingw, and python as jit build requirements. - remove build-bison as a mingw build dependancy * index.html: Add msys-bison to mingw required packages and mention ghostscript and python.
author John Donoghue <john.donoghue@ieee.org>
date Thu, 26 Sep 2013 21:18:39 -0400
parents 3567da505594
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
2661
3567da505594 json-c update to version 0.10, using github downloads.
Thomas Mayer <thomas@residuum.org>
parents:
diff changeset
1 This file is part of MXE.
3567da505594 json-c update to version 0.10, using github downloads.
Thomas Mayer <thomas@residuum.org>
parents:
diff changeset
2 See index.html for further information.
3567da505594 json-c update to version 0.10, using github downloads.
Thomas Mayer <thomas@residuum.org>
parents:
diff changeset
3
3567da505594 json-c update to version 0.10, using github downloads.
Thomas Mayer <thomas@residuum.org>
parents:
diff changeset
4 Contains a fix for issue 35 on json-c (https://github.com/json-c/json-c/issues/35)
3567da505594 json-c update to version 0.10, using github downloads.
Thomas Mayer <thomas@residuum.org>
parents:
diff changeset
5
3567da505594 json-c update to version 0.10, using github downloads.
Thomas Mayer <thomas@residuum.org>
parents:
diff changeset
6 --- a/Makefile.am 2012-07-17 22:52:19.000000000 +0200
3567da505594 json-c update to version 0.10, using github downloads.
Thomas Mayer <thomas@residuum.org>
parents:
diff changeset
7 +++ b/Makefile.am 2012-07-17 22:54:09.000000000 +0200
3567da505594 json-c update to version 0.10, using github downloads.
Thomas Mayer <thomas@residuum.org>
parents:
diff changeset
8 @@ -17,6 +17,7 @@
3567da505594 json-c update to version 0.10, using github downloads.
Thomas Mayer <thomas@residuum.org>
parents:
diff changeset
9 json_config.h \
3567da505594 json-c update to version 0.10, using github downloads.
Thomas Mayer <thomas@residuum.org>
parents:
diff changeset
10 json_inttypes.h \
3567da505594 json-c update to version 0.10, using github downloads.
Thomas Mayer <thomas@residuum.org>
parents:
diff changeset
11 json_object.h \
3567da505594 json-c update to version 0.10, using github downloads.
Thomas Mayer <thomas@residuum.org>
parents:
diff changeset
12 + json_object_iterator.h \
3567da505594 json-c update to version 0.10, using github downloads.
Thomas Mayer <thomas@residuum.org>
parents:
diff changeset
13 json_object_private.h \
3567da505594 json-c update to version 0.10, using github downloads.
Thomas Mayer <thomas@residuum.org>
parents:
diff changeset
14 json_tokener.h \
3567da505594 json-c update to version 0.10, using github downloads.
Thomas Mayer <thomas@residuum.org>
parents:
diff changeset
15 json_util.h \