SDL2/SDL2-2.0.7-soversion.patch
Andrey Bondrov 35182db7ee New version 2.0.7
Build with -mstackrealign to fix fpc-compiled appications segfaults
Enable wayland support
2017-11-17 12:16:13 +10:00

12 lines
481 B
Diff

diff -urN SDL2-2.0.7/CMakeLists.txt SDL2-2.0.7-patched/CMakeLists.txt
--- SDL2-2.0.7/CMakeLists.txt 2017-10-24 05:27:45.000000000 +1000
+++ SDL2-2.0.7-patched/CMakeLists.txt 2017-11-17 11:57:50.811762729 +1000
@@ -1699,7 +1699,7 @@
elseif(UNIX AND NOT ANDROID)
set_target_properties(SDL2 PROPERTIES
VERSION ${LT_VERSION}
- SOVERSION ${LT_REVISION}
+ SOVERSION 0
OUTPUT_NAME "SDL2-${LT_RELEASE}")
else()
set_target_properties(SDL2 PROPERTIES