mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-21 19:20:08 +02:00
ECM: bump (#6628)
This commit is contained in:
@@ -9,7 +9,7 @@ COPYRIGHT="2010-2021 KDE Organisation"
|
||||
LICENSE="BSD (2-clause)"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://download.kde.org/stable/frameworks/${portVersion%.*}/extra-cmake-modules-$portVersion.tar.xz"
|
||||
CHECKSUM_SHA256="aacc5ccdc5799efe34e2dae33418c379466caf7c9802b78348ccfb5782fe6ab5"
|
||||
CHECKSUM_SHA256="9717885e30aadf184fa71511930409cabbf08eb6627ea8b051de8804fbcec54c"
|
||||
SOURCE_DIR="extra-cmake-modules-$portVersion"
|
||||
PATCHES="extra_cmake_modules-$portVersion.patchset"
|
||||
|
||||
@@ -1,15 +1,15 @@
|
||||
From 6f074d5b4ae795af81f253a0d2722184547919a1 Mon Sep 17 00:00:00 2001
|
||||
From 5f10d00edc9de8ca3b4263a85043d2bd457ec2bd Mon Sep 17 00:00:00 2001
|
||||
From: Sergei Reznikov <diver@gelios.net>
|
||||
Date: Mon, 16 Dec 2019 16:01:30 +0300
|
||||
Subject: don't default to using debug build type on Haiku...
|
||||
Subject: don't default to using debug build type on Haiku...
|
||||
|
||||
if the source directory is a git clone
|
||||
|
||||
|
||||
diff --git a/kde-modules/KDECompilerSettings.cmake b/kde-modules/KDECompilerSettings.cmake
|
||||
index 11e7f56..fdc081f 100644
|
||||
index 762cfc6..1cc5e38 100644
|
||||
--- a/kde-modules/KDECompilerSettings.cmake
|
||||
+++ b/kde-modules/KDECompilerSettings.cmake
|
||||
@@ -74,7 +74,7 @@ include("${ECM_MODULE_DIR}/ECMSourceVersionControl.cmake")
|
||||
@@ -230,7 +230,7 @@ include("${ECM_MODULE_DIR}/ECMSourceVersionControl.cmake")
|
||||
# source directory is a git clone.
|
||||
# Otherwise, leave it empty, to let distro packagers choose the flags.
|
||||
############################################################
|
||||
@@ -19,5 +19,5 @@ index 11e7f56..fdc081f 100644
|
||||
message(STATUS "Setting build type to '${default_build_type}' as none was specified.")
|
||||
set_property(CACHE CMAKE_BUILD_TYPE PROPERTY VALUE "${default_build_type}")
|
||||
--
|
||||
2.24.0
|
||||
2.30.2
|
||||
|
||||
Reference in New Issue
Block a user