annotate src/json-c-2-patch-remove-rpl.patch @ 5893:53a6c7df43f8

Mesa 3D: Update to version 21.1.8. * src/mesa.mk: Update version and checksum. * src/mesa-2-uninitialized.patch: Remove file. * dist-files.mk: Remove file from list.
author Markus Mützel <markus.muetzel@gmx.de>
date Thu, 16 Sep 2021 22:37:45 +0200
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 see http://lists.fedoraproject.org/pipermail/mingw/2009-May/001567.html
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/configure.in 2012-07-12 01:57:09.000000000 +0200
3567da505594 json-c update to version 0.10, using github downloads.
Thomas Mayer <thomas@residuum.org>
parents:
diff changeset
7 +++ b/configure.in 2012-07-12 01:59:06.000000000 +0200
3567da505594 json-c update to version 0.10, using github downloads.
Thomas Mayer <thomas@residuum.org>
parents:
diff changeset
8 @@ -25,8 +25,6 @@
3567da505594 json-c update to version 0.10, using github downloads.
Thomas Mayer <thomas@residuum.org>
parents:
diff changeset
9 # Checks for library functions.
3567da505594 json-c update to version 0.10, using github downloads.
Thomas Mayer <thomas@residuum.org>
parents:
diff changeset
10 AC_FUNC_VPRINTF
3567da505594 json-c update to version 0.10, using github downloads.
Thomas Mayer <thomas@residuum.org>
parents:
diff changeset
11 AC_FUNC_MEMCMP
3567da505594 json-c update to version 0.10, using github downloads.
Thomas Mayer <thomas@residuum.org>
parents:
diff changeset
12 -AC_FUNC_MALLOC
3567da505594 json-c update to version 0.10, using github downloads.
Thomas Mayer <thomas@residuum.org>
parents:
diff changeset
13 -AC_FUNC_REALLOC
3567da505594 json-c update to version 0.10, using github downloads.
Thomas Mayer <thomas@residuum.org>
parents:
diff changeset
14 AC_CHECK_FUNCS(strndup strerror vsnprintf vasprintf open vsyslog strncasecmp)
3567da505594 json-c update to version 0.10, using github downloads.
Thomas Mayer <thomas@residuum.org>
parents:
diff changeset
15
3567da505594 json-c update to version 0.10, using github downloads.
Thomas Mayer <thomas@residuum.org>
parents:
diff changeset
16 AM_PROG_LIBTOOL