summaryrefslogtreecommitdiff
path: root/dev-libs/aws-c-io/files/aws-c-io-0.7.0-cmake-prefix.patch
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2025-06-20 00:05:25 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2025-06-20 00:10:19 +0200
commitc732b4df53054aaf7877206cc527e0623f53280d (patch)
tree68d8e50ff22997f5a056b620aff86e5b94098fbe /dev-libs/aws-c-io/files/aws-c-io-0.7.0-cmake-prefix.patch
parent9a3dff9b098dc83bb790ac42d140528038c4fc32 (diff)
downloadgentoo-c732b4df53054aaf7877206cc527e0623f53280d.tar.gz
gentoo-c732b4df53054aaf7877206cc527e0623f53280d.tar.bz2
gentoo-c732b4df53054aaf7877206cc527e0623f53280d.zip
dev-libs/aws-c-io: treeclean
Closes: https://bugs.gentoo.org/908427 (pkgremoved) Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'dev-libs/aws-c-io/files/aws-c-io-0.7.0-cmake-prefix.patch')
-rw-r--r--dev-libs/aws-c-io/files/aws-c-io-0.7.0-cmake-prefix.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/dev-libs/aws-c-io/files/aws-c-io-0.7.0-cmake-prefix.patch b/dev-libs/aws-c-io/files/aws-c-io-0.7.0-cmake-prefix.patch
deleted file mode 100644
index 39cab922b3d9..000000000000
--- a/dev-libs/aws-c-io/files/aws-c-io-0.7.0-cmake-prefix.patch
+++ /dev/null
@@ -1,12 +0,0 @@
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -23,7 +23,7 @@ elseif(NOT DEFINED CMAKE_INSTALL_LIBDIR)
- endif()
-
- # This is required in order to append /lib/cmake to each element in CMAKE_PREFIX_PATH
--set(AWS_MODULE_DIR "/${CMAKE_INSTALL_LIBDIR}/cmake")
-+set(AWS_MODULE_DIR "${CMAKE_INSTALL_PREFIX}/${CMAKE_INSTALL_LIBDIR}/cmake")
- string(REPLACE ";" "${AWS_MODULE_DIR};" AWS_MODULE_PATH "${CMAKE_PREFIX_PATH}${AWS_MODULE_DIR}")
- # Append that generated list to the module search path
- list(APPEND CMAKE_MODULE_PATH ${AWS_MODULE_PATH})
-