kdeFrameworks: fixup patch for extra-cmake-modules
This commit is contained in:
parent
d1954624b4
commit
7cf7d3a63f
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
||||||
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 52b2eb2..a04596c 100644
|
index 275fd65..a04596c 100644
|
||||||
--- a/kde-modules/KDEInstallDirs.cmake
|
--- a/kde-modules/KDEInstallDirs.cmake
|
||||||
+++ b/kde-modules/KDEInstallDirs.cmake
|
+++ b/kde-modules/KDEInstallDirs.cmake
|
||||||
@@ -232,34 +232,6 @@
|
@@ -232,34 +232,6 @@
|
||||||
|
@ -14,7 +14,7 @@ index 52b2eb2..a04596c 100644
|
||||||
-# reason is: amd64 ABI: http://www.x86-64.org/documentation/abi.pdf
|
-# reason is: amd64 ABI: http://www.x86-64.org/documentation/abi.pdf
|
||||||
-# For Debian with multiarch, use 'lib/${CMAKE_LIBRARY_ARCHITECTURE}' if
|
-# For Debian with multiarch, use 'lib/${CMAKE_LIBRARY_ARCHITECTURE}' if
|
||||||
-# CMAKE_LIBRARY_ARCHITECTURE is set (which contains e.g. "i386-linux-gnu"
|
-# CMAKE_LIBRARY_ARCHITECTURE is set (which contains e.g. "i386-linux-gnu"
|
||||||
-# See http://wiki.debian.org/Multiarch
|
-# See https://wiki.debian.org/Multiarch
|
||||||
-if((CMAKE_SYSTEM_NAME MATCHES "Linux|kFreeBSD" OR CMAKE_SYSTEM_NAME STREQUAL "GNU")
|
-if((CMAKE_SYSTEM_NAME MATCHES "Linux|kFreeBSD" OR CMAKE_SYSTEM_NAME STREQUAL "GNU")
|
||||||
- AND NOT CMAKE_CROSSCOMPILING
|
- AND NOT CMAKE_CROSSCOMPILING
|
||||||
- AND NOT DEFINED ENV{FLATPAK_ID})
|
- AND NOT DEFINED ENV{FLATPAK_ID})
|
||||||
|
|
Loading…
Reference in a new issue