diff options
| author | ghpzin <ghpzin@gmail.com> | 2025-09-16 18:34:35 +0300 |
|---|---|---|
| committer | ghpzin <ghpzin@gmail.com> | 2025-09-27 23:11:34 +0300 |
| commit | 5c3433cf6a392c7af0211ea7012479bcd2fe2fe9 (patch) | |
| tree | a69ba5fbb74b45bc5494cfd6688f7f2eb8563338 /pkgs/development/python-modules/termplotlib/gnuplot-subprocess.patch | |
| parent | 484495597c09d9342eef3fbc7587b3b13b8b9c9b (diff) | |
libsndfile: fix build with gcc15
- add patch from merged upstream PR:
https://www.github.com/libsndfile/libsndfile/pull/1055
Fixes build failure with gcc15:
```
src/ALAC/alac_decoder.c:42:9: error: cannot use keyword 'false' as enumeration constant
42 | { false = 0,
| ^~~~~
src/ALAC/alac_decoder.c:42:9: note: 'false' is a keyword with '-std=c23' onwards
src/ALAC/alac_decoder.c:44:3: error: expected ';', identifier or '(' before 'bool'
44 | } bool ;
| ^~~~
src/ALAC/alac_decoder.c:44:3: warning: useless type name in empty declaration
make[2]: *** [Makefile:2615: src/ALAC/alac_decoder.lo] Error 1
make[2]: *** Waiting for unfinished jobs....
src/ALAC/alac_encoder.c:49:9: error: cannot use keyword 'false' as enumeration constant
49 | false = 0,
| ^~~~~
src/ALAC/alac_encoder.c:49:9: note: 'false' is a keyword with '-std=c23' onwards
src/ALAC/alac_encoder.c:51:3: error: expected ';', identifier or '(' before 'bool'
51 | } bool ;
| ^~~~
```
Diffstat (limited to 'pkgs/development/python-modules/termplotlib/gnuplot-subprocess.patch')
0 files changed, 0 insertions, 0 deletions
