summaryrefslogtreecommitdiff
path: root/games-strategy/freesynd/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-03-03 10:28:17 +0000
committerV3n3RiX <venerix@redcorelinux.org>2021-03-03 10:28:17 +0000
commitd99093fb4bb5652015c06274d64083daa2439e4f (patch)
treecf61513204d97974179580065e85df5c8009087c /games-strategy/freesynd/files
parent463397cf1e064185110fe57c568d73f99a06f5d1 (diff)
gentoo resync : 03.03.2021
Diffstat (limited to 'games-strategy/freesynd/files')
-rw-r--r--games-strategy/freesynd/files/freesynd-0.7.5-cmake.patch (renamed from games-strategy/freesynd/files/freesynd-0.7.1-cmake.patch)6
1 files changed, 3 insertions, 3 deletions
diff --git a/games-strategy/freesynd/files/freesynd-0.7.1-cmake.patch b/games-strategy/freesynd/files/freesynd-0.7.5-cmake.patch
index 817cd39dcb4f..6448271b1f99 100644
--- a/games-strategy/freesynd/files/freesynd-0.7.1-cmake.patch
+++ b/games-strategy/freesynd/files/freesynd-0.7.5-cmake.patch
@@ -1,5 +1,5 @@
---- freesynd-0.7.1/CMakeLists.txt
-+++ freesynd-0.7.1/CMakeLists.txt
+--- a/CMakeLists.txt
++++ b/CMakeLists.txt
@@ -34,6 +34,13 @@
set (CMAKE_C_FLAGS "${CMAKE_C_FLAGS} ${EXTRA_C_FLAGS}")
set (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} ${EXTRA_CXX_FLAGS}")
@@ -18,7 +18,7 @@
message (FATAL_ERROR "Unable to locate PNG")
endif ()
--if (NOT CMAKE_BUILD_TYPE OR CMAKE_BUILD_TYPE STREQUAL "debug")
+-if (CMAKE_BUILD_TYPE STREQUAL "debug" OR CMAKE_BUILD_TYPE STREQUAL "Debug")
- set (BUILD_DEV_TOOLS TRUE)
-else ()
- set (BUILD_DEV_TOOLS FALSE)