summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/termplotlib/gnuplot-subprocess.patch
diff options
context:
space:
mode:
authorghpzin <ghpzin@gmail.com>2025-03-30 14:48:54 +0300
committerghpzin <ghpzin@gmail.com>2025-03-30 15:23:34 +0300
commitb0f202003e6e95d842ae071700edef96c0bfb40c (patch)
tree37be940769900b7c7aa4b2a777a20af0f4df3ebb /pkgs/development/python-modules/termplotlib/gnuplot-subprocess.patch
parent22148ead7b02a6ceb034d651c0238096b3ddf4bc (diff)
untie: fix build with gcc14
- add patch that adds `#define _GNU_SOURCE` to `untie.c`, as glibc wrapper over clone syscall is not declared otherwise. Fixes `-Wimplicit-function-declaration` error: ``` untie.c:411:15: error: implicit declaration of function 'clone'; did you mean 'close'? [] 411 | ret = clone(child_process, &stack[STACK_SIZE - 1], flags, &args_info); | ^~~~~ | close make: *** [<builtin>: untie.o] Error 1 ```
Diffstat (limited to 'pkgs/development/python-modules/termplotlib/gnuplot-subprocess.patch')
0 files changed, 0 insertions, 0 deletions