kdeFrameworks.extra-cmake-modules: fix patch
(cherry picked from commit 63fffe73524b0397e7947a04c534f5fa1e9090b3)
This commit is contained in:
parent
751a7fa88f
commit
ed3ac21737
|
@ -1,12 +1,12 @@
|
||||||
diff --git a/kde-modules/KDEInstallDirs.cmake b/kde-modules/KDEInstallDirs.cmake
|
diff --git a/kde-modules/KDEInstallDirs.cmake b/kde-modules/KDEInstallDirs.cmake
|
||||||
index 0acd33f..c04b0a5 100644
|
index c1d056b..d9e19f0 100644
|
||||||
--- a/kde-modules/KDEInstallDirs.cmake
|
--- a/kde-modules/KDEInstallDirs.cmake
|
||||||
+++ b/kde-modules/KDEInstallDirs.cmake
|
+++ b/kde-modules/KDEInstallDirs.cmake
|
||||||
@@ -236,35 +236,6 @@
|
@@ -242,35 +242,6 @@
|
||||||
# GNUInstallDirs code deals with re-configuring, but that is dealt with
|
# GNUInstallDirs code deals with re-configuring, but that is dealt with
|
||||||
# by the _define_* macros in this module).
|
# by the _define_* macros in this module).
|
||||||
set(_LIBDIR_DEFAULT "lib")
|
set(_LIBDIR_DEFAULT "lib")
|
||||||
-# Override this default 'lib' with 'lib64' iff:
|
-# Override this default 'lib' with 'lib64' if:
|
||||||
-# - we are on a Linux, kFreeBSD or Hurd system but NOT cross-compiling
|
-# - we are on a Linux, kFreeBSD or Hurd system but NOT cross-compiling
|
||||||
-# - we are NOT on debian
|
-# - we are NOT on debian
|
||||||
-# - we are NOT on flatpak
|
-# - we are NOT on flatpak
|
||||||
|
|
Loading…
Reference in New Issue