aboutsummaryrefslogtreecommitdiffstats
path: root/community/darktable/fix-cmake-none.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/darktable/fix-cmake-none.patch')
-rw-r--r--community/darktable/fix-cmake-none.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/community/darktable/fix-cmake-none.patch b/community/darktable/fix-cmake-none.patch
deleted file mode 100644
index d005e1db348..00000000000
--- a/community/darktable/fix-cmake-none.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/src/external/rawspeed/cmake/build-type.cmake b/src/external/rawspeed/cmake/build-type.cmake
-index 4c15761..f752d1b 100644
---- a/src/external/rawspeed/cmake/build-type.cmake
-+++ b/src/external/rawspeed/cmake/build-type.cmake
-@@ -17,7 +17,7 @@ if(NOT CMAKE_BUILD_TYPE)
- SET(CMAKE_BUILD_TYPE ${default_build_type} CACHE STRING "" FORCE)
- endif(NOT CMAKE_BUILD_TYPE)
-
--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)
-