1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-24 03:35:38 +03:00
aports/testing/srb2/fix-backtrace.patch
Díaz Urbaneja Víctor Diego Alejandro (Sodomon) b18010cbba testing/srb2: new aport
A 3D Sonic fan game based off of Doom Legacy
https://srb2.org
2023-11-22 09:58:04 +00:00

14 lines
357 B
Diff

--- a/src/sdl/i_system.c
+++ b/src/sdl/i_system.c
@@ -137,11 +137,6 @@
#include <errno.h>
#endif
-#if defined (__unix__) || defined(__APPLE__) || defined (UNIXCOMMON)
-#include <execinfo.h>
-#include <time.h>
-#define UNIXBACKTRACE
-#endif
// Locations for searching the srb2.pk3
#if defined (__unix__) || defined(__APPLE__) || defined (UNIXCOMMON)