summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIonen Wolkens <ionen@gentoo.org>2023-02-16 20:23:24 -0500
committerIonen Wolkens <ionen@gentoo.org>2023-02-16 20:43:38 -0500
commit144efb0e315b95b5b029a374968de5102cd3a164 (patch)
tree7df9466212f2b4b7fb79717e24bf468db541c748 /dev-games/godot/files
parentdev-games/godot: update musl patch (diff)
downloadgentoo-144efb0e315b95b5b029a374968de5102cd3a164.tar.gz
gentoo-144efb0e315b95b5b029a374968de5102cd3a164.tar.bz2
gentoo-144efb0e315b95b5b029a374968de5102cd3a164.zip
dev-games/godot: drop 4.0_rc1
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'dev-games/godot/files')
-rw-r--r--dev-games/godot/files/godot-4.0-musl.patch9
1 files changed, 0 insertions, 9 deletions
diff --git a/dev-games/godot/files/godot-4.0-musl.patch b/dev-games/godot/files/godot-4.0-musl.patch
deleted file mode 100644
index 50c5c334773f..000000000000
--- a/dev-games/godot/files/godot-4.0-musl.patch
+++ /dev/null
@@ -1,9 +0,0 @@
-crash handler requires glibc or libexecinfo (not packaged),
-and is always enabled if build the editor (release_debug)
---- a/platform/linuxbsd/crash_handler_linuxbsd.cpp
-+++ b/platform/linuxbsd/crash_handler_linuxbsd.cpp
-@@ -38,3 +38,3 @@
-
--#ifdef DEBUG_ENABLED
-+#if defined(DEBUG_ENABLED) && defined(__GLIBC__)
- #define CRASH_HANDLER_ENABLED 1