summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/python-mapnik/python-mapnik_std_optional.patch
diff options
context:
space:
mode:
authorRandy Eckenrode <randy@largeandhighquality.com>2023-05-30 15:20:39 -0400
committerRandy Eckenrode <randy@largeandhighquality.com>2023-05-31 23:42:53 -0400
commit1364837d91fdf2647a7141f60ee8a78b1e1f16ff (patch)
tree84de599d75cd25e894a95f1deedc74d886763714 /pkgs/development/python-modules/python-mapnik/python-mapnik_std_optional.patch
parent4265b54868481d29d20a3ec59dbe00aed26ac7c6 (diff)
unzip: fix configure script when using clang 16
Clang 16 makes implicit int and function declarations an error by default in any mode except for C89. The configure script has two of these that cause it to misdetect features when using Clang 16. * Implicit `int main` in the errno check. This is fixed by adding the missing `int`. * Implicit definitions of `opendir` and `closedir`. These are fixed by including the required headers.
Diffstat (limited to 'pkgs/development/python-modules/python-mapnik/python-mapnik_std_optional.patch')
0 files changed, 0 insertions, 0 deletions