summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2021-03-06 17:33:22 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2021-03-08 22:14:00 +0100
commita4272f2fc7d7698c08a21d0ef08636535a3a481c (patch)
tree2baa1f9df45b3de439d3c63acf7b74bb64890fba /dev-libs/libtsm/files
parentdev-libs/vc: Use cmake.eclass, EAPI-7 bump, superfluous src_unpack (diff)
downloadgentoo-a4272f2fc7d7698c08a21d0ef08636535a3a481c.tar.gz
gentoo-a4272f2fc7d7698c08a21d0ef08636535a3a481c.tar.bz2
gentoo-a4272f2fc7d7698c08a21d0ef08636535a3a481c.zip
dev-libs/libtsm: EAPI-7 bump, switch to cmake.eclass
Package-Manager: Portage-3.0.16, Repoman-3.0.2 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'dev-libs/libtsm/files')
-rw-r--r--dev-libs/libtsm/files/libtsm-4.0.1-cmake.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/dev-libs/libtsm/files/libtsm-4.0.1-cmake.patch b/dev-libs/libtsm/files/libtsm-4.0.1-cmake.patch
new file mode 100644
index 000000000000..eae34cf1aca8
--- /dev/null
+++ b/dev-libs/libtsm/files/libtsm-4.0.1-cmake.patch
@@ -0,0 +1,15 @@
+--- a/CMakeLists.txt 2018-10-09 19:40:23.000000000 +0200
++++ b/CMakeLists.txt 2021-03-06 17:37:02.596380373 +0100
+@@ -24,12 +24,6 @@
+ # For feature_summary
+ include(FeatureSummary)
+
+-# Extra build types
+-if(NOT CMAKE_BUILD_TYPE)
+- set(CMAKE_BUILD_TYPE "Debug")
+-endif()
+-include(cmake/BuildTypes.cmake)
+-
+ #---------------------------------------------------------------------------------------
+ # Options
+ #---------------------------------------------------------------------------------------