summaryrefslogtreecommitdiff
path: root/games/julius/files/patch-CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'games/julius/files/patch-CMakeLists.txt')
-rw-r--r--games/julius/files/patch-CMakeLists.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/games/julius/files/patch-CMakeLists.txt b/games/julius/files/patch-CMakeLists.txt
new file mode 100644
index 000000000000..426008b7671f
--- /dev/null
+++ b/games/julius/files/patch-CMakeLists.txt
@@ -0,0 +1,11 @@
+--- CMakeLists.txt.orig 2018-05-09 19:46:16 UTC
++++ CMakeLists.txt
+@@ -343,7 +343,7 @@ if(MSVC)
+ include_directories(ext/dirent)
+ endif()
+
+-target_link_libraries (julius ${SDL2_LIBRARY} ${SDL2_MIXER_LIBRARY})
++target_link_libraries (julius ${SDL2_LIBRARY} ${SDL2_MIXER_LIBRARY} execinfo)
+
+ install(TARGETS julius RUNTIME DESTINATION bin)
+