From c24d806ebae013faffcab40068ede70d38d2326b Mon Sep 17 00:00:00 2001 From: amdmi3 Date: Tue, 1 Sep 2009 23:59:40 +0000 Subject: - Add forgotten patch --- games/spring/files/patch-rts-CMakeLists.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 games/spring/files/patch-rts-CMakeLists.txt diff --git a/games/spring/files/patch-rts-CMakeLists.txt b/games/spring/files/patch-rts-CMakeLists.txt new file mode 100644 index 000000000000..070b2247b21c --- /dev/null +++ b/games/spring/files/patch-rts-CMakeLists.txt @@ -0,0 +1,11 @@ +--- rts/CMakeLists.txt.orig 2009-08-25 19:54:09.000000000 +0400 ++++ rts/CMakeLists.txt 2009-08-25 19:54:18.000000000 +0400 +@@ -63,6 +63,8 @@ + INCLUDE_DIRECTORIES(${FREETYPE_INCLUDE_DIR}) + LIST(APPEND spring_libraries ${FREETYPE_LIBRARIES}) + ++LIST(APPEND spring_libraries execinfo) ++ + ### Find include directories and add platform specific libraries + IF (MINGW) + FIND_PACKAGE(Win32Libs REQUIRED) -- cgit