diff options
| author | Reno Dakota <paparodeo@proton.me> | 2024-12-31 03:17:50 -0800 |
|---|---|---|
| committer | Reno Dakota <paparodeo@proton.me> | 2025-01-19 08:08:29 -0800 |
| commit | f7d6b178759083890234a83f0ab539f676a8ca6f (patch) | |
| tree | f9e98a8a452a608910da6c412a64b2fec3ffd06f /pkgs/development/python-modules/python-mapnik/python-mapnik_std_optional.patch | |
| parent | 79481aada2520b4320e3a91d209194ffa34c0f9e (diff) | |
libossp_uuid: remove invalid ac_cv_va_copy value
use `ac_cv_va_copy=C99` rather than the invalid value of `yes`
Change 5c7cfbc0f11e360f50467b20a407c675c976d3a0 set ac_cv_va_copy=yes
which results in
```
```
and there is no definition for __VA_COPY_USE_yes, it needs to be
__VA_COPY_USE_{ASP,...,C99,...,GCM}.
While __VA_COPY_USE_yes is wrong it didn't cause issues because
stdarg.h is included later and just redefines va_copy.
However, the headers with clang-19 do not redefine va_copy and the
compile fails.
Diffstat (limited to 'pkgs/development/python-modules/python-mapnik/python-mapnik_std_optional.patch')
0 files changed, 0 insertions, 0 deletions
