0
0
mirror of https://github.com/termux/termux-packages.git synced 2025-09-27 19:04:59 +00:00
Files
termux-packages/x11-packages/schismtracker/partially-revert-db8b7a7.patch
Robert Kirkman 965ffacf23 fix(x11/schismtracker): uncomment the SONAME pattern that matches Android's traditional SONAME pattern
- Fixes https://github.com/termux/termux-packages/issues/25676

- Partially reverts db8b7a7fd4, because it introduces a change that is only for upstream's official GNU/Linux releases and that doesn't work on Android
2025-08-18 14:02:16 -05:00

15 lines
380 B
Diff

Partially reverts https://github.com/schismtracker/schismtracker/commit/db8b7a7fd41f951a1953f1f625bb1ad47fc89d6c,
which introduces a change that doesn't work on Android.
--- a/schism/loadso.c
+++ b/schism/loadso.c
@@ -224,7 +224,7 @@ static const char *loadso_lib_fmts[] = {
#elif defined(SCHISM_MACOSX)
"lib%s.dylib",
#else
- //"lib%s.so",
+ "lib%s.so",
#endif
NULL,
};