diff options
| author | ghpzin <ghpzin@gmail.com> | 2025-04-02 16:55:46 +0300 |
|---|---|---|
| committer | ghpzin <ghpzin@gmail.com> | 2025-04-02 17:43:23 +0300 |
| commit | 7eb5d48a3b741cefa0cbfe3f473b425aada85a33 (patch) | |
| tree | f210c2349ad7d3028e8db4e26cb7f2f270df4c76 /pkgs/development/python-modules/python-mapnik/python-mapnik_std_optional.patch | |
| parent | a22e1f10871658b924e51af9ab3d163ae3fa4ddc (diff) | |
zzuf: fix build with gcc14
- add patch from fedora:
https://src.fedoraproject.org/rpms/zzuf/c/998c7e5e632ea4c635a53437a01bfb48cbd744ac
fixing `implicit-function-declaration` error:
```
zzat.c: In function 'run':
zzat.c:482:32: error: implicit declaration of function '_IO_getc'
482 | MY_FREAD(ch = (n = _IO_getc(f)), &ch, (n != EOF));
| ^~~~~~~~
```
- add patch from fedora (vendored because patch is in format that does not
apply with `fetchpatch`):
https://src.fedoraproject.org/rpms/zzuf/c/ca7e406989e7ff461600084f2277ad15a8c00058
fixing `implicit-function-declaration` error:
```
zzat.c:565:26: error: implicit declaration of function '__fseeko64'; did you mean 'fseeko64'?
565 | MY_FSEEK(l = __fseeko64(f, l1, SEEK_CUR),
| ^~~~~~~~~~
```
Diffstat (limited to 'pkgs/development/python-modules/python-mapnik/python-mapnik_std_optional.patch')
0 files changed, 0 insertions, 0 deletions
