diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2021-12-08 09:29:05 +0100 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2021-12-09 01:40:36 -0500 |
commit | f771835171d2782b203e60f2973fd3e8be82f538 (patch) | |
tree | 160c53989652ad117de656fe224b575e3df06f46 /sci-mathematics | |
parent | www-apache/mod_auth_radius: remove unused patch(es) (diff) | |
download | gentoo-f771835171d2782b203e60f2973fd3e8be82f538.tar.gz gentoo-f771835171d2782b203e60f2973fd3e8be82f538.tar.bz2 gentoo-f771835171d2782b203e60f2973fd3e8be82f538.zip |
sci-mathematics/arb: remove unused patch
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/23220
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'sci-mathematics')
-rw-r--r-- | sci-mathematics/arb/files/arb-2.18.0-build_type.patch | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/sci-mathematics/arb/files/arb-2.18.0-build_type.patch b/sci-mathematics/arb/files/arb-2.18.0-build_type.patch deleted file mode 100644 index 1db7d5f2df42..000000000000 --- a/sci-mathematics/arb/files/arb-2.18.0-build_type.patch +++ /dev/null @@ -1,21 +0,0 @@ -diff --git a/CMakeLists.txt b/CMakeLists.txt -index ec806fe..4101c09 100644 ---- a/CMakeLists.txt -+++ b/CMakeLists.txt -@@ -19,11 +19,11 @@ endif () - set (BUILD_SHARED_LIBS yes CACHE BOOL "Build shared library or not") - set (BUILD_TESTING no CACHE BOOL "Build tests or not") - --if (NOT (CMAKE_BUILD_TYPE STREQUAL "Debug" OR -- CMAKE_BUILD_TYPE STREQUAL "Release")) -- message("${CMAKE_BUILD_TYPE}") -- message(FATAL_ERROR "CMAKE_BUILD_TYPE must be one of: Debug, Release (current value: '${CMAKE_BUILD_TYPE}')") --endif () -+# if (NOT (CMAKE_BUILD_TYPE STREQUAL "Debug" OR -+# CMAKE_BUILD_TYPE STREQUAL "Release")) -+# message("${CMAKE_BUILD_TYPE}") -+# message(FATAL_ERROR "CMAKE_BUILD_TYPE must be one of: Debug, Release (current value: '${CMAKE_BUILD_TYPE}')") -+# endif () - - if ("${CMAKE_SIZEOF_VOID_P}" STREQUAL "8") - set (PLATFORM "x64") |