Add GIMP backtrace patch to remove glibc execinfo.h header to enable musl compatibility.
This commit is contained in:
parent
227676f6b0
commit
77d4d5995f
12
desktop/portage/patches/media-gfx/gimp/gimp-backtrace.patch
Normal file
12
desktop/portage/patches/media-gfx/gimp/gimp-backtrace.patch
Normal file
@ -0,0 +1,12 @@
|
||||
diff --git a/app/core/gimpbacktrace-linux.c b/app/core/gimpbacktrace-linux.c
|
||||
index e4166e3..91af4f4 100644
|
||||
--- a/app/core/gimpbacktrace-linux.c
|
||||
+++ b/app/core/gimpbacktrace-linux.c
|
||||
@@ -39,7 +39,6 @@
|
||||
#include <fcntl.h>
|
||||
#include <dirent.h>
|
||||
#include <signal.h>
|
||||
-#include <execinfo.h>
|
||||
#include <dlfcn.h>
|
||||
#include <string.h>
|
||||
#include <stdio.h>
|
Loading…
x
Reference in New Issue
Block a user