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-07-01 13:56:34 -0400
committerRandy Eckenrode <randy@largeandhighquality.com>2023-07-02 17:46:15 -0400
commit38018514e88f9e724bc709554e56bfe84acb46ac (patch)
tree8d58ebb7900056dbafa94013aebcb486d6321a9f /pkgs/development/python-modules/python-mapnik/python-mapnik_std_optional.patch
parent6302ba07e3e3b493d0c67957fc343265f9a018d6 (diff)
db: fix build with clang 16 on Darwin
Both `_spin_lock_try` and `_spin_unlock` are private and deprecated APIs, which are not exported by any headers in the SDK. The build fails because the configure script does not define the functions before calling them, which is treated as error by clang 16. This patch replaces use of those APIs with `os_unfair_lock`, which is the recommended replacement per the deprecation messages.
Diffstat (limited to 'pkgs/development/python-modules/python-mapnik/python-mapnik_std_optional.patch')
0 files changed, 0 insertions, 0 deletions