From 0f7602d4e0a39be7d6123fb557d7084c00a5f79f Mon Sep 17 00:00:00 2001 From: Kevin Daudt Date: Sat, 18 Apr 2020 10:35:04 +0000 Subject: community/darktable: upgrade to 3.0.2 --- community/darktable/fix-cmake-none.patch | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'community/darktable/fix-cmake-none.patch') diff --git a/community/darktable/fix-cmake-none.patch b/community/darktable/fix-cmake-none.patch index 6cacc140b8..d005e1db34 100644 --- a/community/darktable/fix-cmake-none.patch +++ b/community/darktable/fix-cmake-none.patch @@ -1,13 +1,13 @@ diff --git a/src/external/rawspeed/cmake/build-type.cmake b/src/external/rawspeed/cmake/build-type.cmake -index c04263c..c72f7cb 100644 +index 4c15761..f752d1b 100644 --- a/src/external/rawspeed/cmake/build-type.cmake +++ b/src/external/rawspeed/cmake/build-type.cmake -@@ -19,7 +19,7 @@ endif(NOT CMAKE_BUILD_TYPE) +@@ -17,7 +17,7 @@ if(NOT CMAKE_BUILD_TYPE) + SET(CMAKE_BUILD_TYPE ${default_build_type} CACHE STRING "" FORCE) + endif(NOT CMAKE_BUILD_TYPE) - # yes, these build types need to be specified here in upper-case. - set(SPECIAL_BUILD_TYPES COVERAGE SANITIZE TSAN FUZZ) --set(CMAKE_CONFIGURATION_TYPES DEBUG RELWITHDEBINFO RELEASE ${SPECIAL_BUILD_TYPES}) -+set(CMAKE_CONFIGURATION_TYPES DEBUG RELWITHDEBINFO RELEASE NONE ${SPECIAL_BUILD_TYPES}) - set(CMAKE_CONFIGURATION_TYPES "${CMAKE_CONFIGURATION_TYPES}" CACHE STRING "All the available build types" FORCE) +-set(RAWSPEED_STANDARD_BUILD_TYPES Debug RelWithDebInfo Release) ++set(RAWSPEED_STANDARD_BUILD_TYPES Debug RelWithDebInfo Release None) + set(RAWSPEED_SPECIAL_BUILD_TYPES Coverage Sanitize TSan Fuzz) + set(CMAKE_CONFIGURATION_TYPES ${RAWSPEED_STANDARD_BUILD_TYPES} ${RAWSPEED_SPECIAL_BUILD_TYPES} CACHE STRING "All the available build types" FORCE) - string(TOUPPER "${CMAKE_BUILD_TYPE}" CMAKE_BUILD_TYPE) -- cgit v1.2.3