diff options
author | V3n3RiX <venerix@koprulu.sector> | 2025-05-01 02:46:49 +0100 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2025-05-01 02:46:49 +0100 |
commit | 3f55c6a38dac3e2cb3db8d778640d2f4ae3aec07 (patch) | |
tree | a02e84b6fd0e9bf0c3132591128fa381d3b2754a /media-sound/mixxx/files/mixxx-2.3.0-cmake.patch | |
parent | 3d3548b88c5923cef0df6e581eb9d0e89b252c42 (diff) |
media-sound/mixxx : drop ebuild
Diffstat (limited to 'media-sound/mixxx/files/mixxx-2.3.0-cmake.patch')
-rw-r--r-- | media-sound/mixxx/files/mixxx-2.3.0-cmake.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/media-sound/mixxx/files/mixxx-2.3.0-cmake.patch b/media-sound/mixxx/files/mixxx-2.3.0-cmake.patch deleted file mode 100644 index b573a624..00000000 --- a/media-sound/mixxx/files/mixxx-2.3.0-cmake.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- mixxx-2.3.0/CMakeLists.txt -+++ mixxx-2.3.0/CMakeLists.txt -@@ -53,8 +53,6 @@ - set(CMAKE_BUILD_TYPE "${default_build_type}" CACHE STRING "Choose the type of build." FORCE) - # Set the possible values of build type for cmake-gui - set_property(CACHE CMAKE_BUILD_TYPE PROPERTY STRINGS "Debug" "Release" "RelWithDebInfo") -- elseif(NOT CMAKE_BUILD_TYPE MATCHES "^(Debug|Release|RelWithDebInfo)$") -- message(FATAL_ERROR "CMAKE_BUILD_TYPE=${CMAKE_BUILD_TYPE} is not supported, use one of Debug, Release or RelWithDebInfo.") - endif() - endif() - |