File wyrmgus-fix-build.patch of Package wyrmgus
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 0ff6aca..1499e07 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -790,7 +790,7 @@ endif()
set(CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/cmake/modules ${CMAKE_MODULE_PATH})
-find_package(Boost 1.69.0 REQUIRED)
+find_package(Boost 1.66.0 REQUIRED)
find_package(Lua51 REQUIRED)
find_package(PNG REQUIRED)
@@ -1306,9 +1306,9 @@ target_link_libraries(stratagus ${stratagus_LIBS})
if(stratagus_LIBS_RELEASE)
target_link_libraries(stratagus ${stratagus_LIBS_RELEASE})
endif()
-if(stratagus_LIBS_DEBUG)
- target_link_libraries(stratagus ${stratagus_LIBS_DEBUG})
-endif()
+#if(stratagus_LIBS_DEBUG)
+# target_link_libraries(stratagus ${stratagus_LIBS_DEBUG})
+#endif()
if(CMAKE_BUILD_TYPE STREQUAL "Debug")
set_target_properties(stratagus PROPERTIES OUTPUT_NAME stratagus-dbg)