dev-ml/llvm-ocaml: Remove obsolete CMAKE_BUILD_TYPE patch
authorMichał Górny <mgorny@gentoo.org>
Thu, 2 Feb 2017 15:47:52 +0000 (16:47 +0100)
committerMichał Górny <mgorny@gentoo.org>
Thu, 2 Feb 2017 15:50:27 +0000 (16:50 +0100)
dev-ml/llvm-ocaml/files/llvm-cmake-Remove-the-CMAKE_BUILD_TYPE-assertion.patch [deleted file]
dev-ml/llvm-ocaml/llvm-ocaml-4.0.0_rc1.ebuild
dev-ml/llvm-ocaml/llvm-ocaml-9999.ebuild

diff --git a/dev-ml/llvm-ocaml/files/llvm-cmake-Remove-the-CMAKE_BUILD_TYPE-assertion.patch b/dev-ml/llvm-ocaml/files/llvm-cmake-Remove-the-CMAKE_BUILD_TYPE-assertion.patch
deleted file mode 100644 (file)
index 8a2c091..0000000
+++ /dev/null
@@ -1,28 +0,0 @@
-From a2ecd4815d285281cb816e06b25dc0dc2a933073 Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= <mgorny@gentoo.org>
-Date: Sun, 21 Aug 2016 23:13:45 +0200
-Subject: [PATCH 06/10] cmake: Remove the CMAKE_BUILD_TYPE assertion
-
----
- CMakeLists.txt | 5 -----
- 1 file changed, 5 deletions(-)
-
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index 894bc8c..453fcb8 100644
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -232,11 +232,6 @@ endif()
- string(TOUPPER "${CMAKE_BUILD_TYPE}" uppercase_CMAKE_BUILD_TYPE)
--if (CMAKE_BUILD_TYPE AND
--    NOT uppercase_CMAKE_BUILD_TYPE MATCHES "^(DEBUG|RELEASE|RELWITHDEBINFO|MINSIZEREL)$")
--  message(FATAL_ERROR "Invalid value for CMAKE_BUILD_TYPE: ${CMAKE_BUILD_TYPE}")
--endif()
--
- set(LLVM_LIBDIR_SUFFIX "" CACHE STRING "Define suffix of library directory name (32/64)" )
- set(LLVM_TOOLS_INSTALL_DIR "bin" CACHE STRING "Path for binary subdirectory (defaults to 'bin')")
--- 
-2.9.3
-
index d9e815d4bef099b57d3d466d7eb9375fe752f789..e984d5714028c88f37159b238eae5c0eb1084dce 100644 (file)
@@ -58,9 +58,6 @@ src_prepare() {
        # Python is needed to run tests using lit
        python_setup
 
-       # Allow custom cmake build types (like 'Gentoo')
-       eapply "${FILESDIR}"/llvm-cmake-Remove-the-CMAKE_BUILD_TYPE-assertion.patch
-
        # User patches
        eapply_user
 }
index 41c9948de53c2eb502e18fc8df37280d5cd618c1..49f090910a248a60c06958786abd93b0e4cdb684 100644 (file)
@@ -57,9 +57,6 @@ src_prepare() {
        # Python is needed to run tests using lit
        python_setup
 
-       # Allow custom cmake build types (like 'Gentoo')
-       eapply "${FILESDIR}"/llvm-cmake-Remove-the-CMAKE_BUILD_TYPE-assertion.patch
-
        # User patches
        eapply_user
 }