diff options
author | 2019-05-25 18:18:30 +0200 | |
---|---|---|
committer | 2019-05-25 22:54:36 +0200 | |
commit | 91a42c15bfe50eb75791deab29deb83c4469ca05 (patch) | |
tree | 8f02e31c17a299bd0f7812f99a3b0b2067650f1e /dev-libs/quazip/files | |
parent | media-sound/linuxsampler: Parallel build unsafe (diff) | |
download | gentoo-91a42c15bfe50eb75791deab29deb83c4469ca05.tar.gz gentoo-91a42c15bfe50eb75791deab29deb83c4469ca05.tar.bz2 gentoo-91a42c15bfe50eb75791deab29deb83c4469ca05.zip |
dev-libs/quazip: 0.8 version bump
Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'dev-libs/quazip/files')
-rw-r--r-- | dev-libs/quazip/files/quazip-0.8-revert-FindQuaZip-location.patch | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/dev-libs/quazip/files/quazip-0.8-revert-FindQuaZip-location.patch b/dev-libs/quazip/files/quazip-0.8-revert-FindQuaZip-location.patch new file mode 100644 index 000000000000..1d96af6791fb --- /dev/null +++ b/dev-libs/quazip/files/quazip-0.8-revert-FindQuaZip-location.patch @@ -0,0 +1,23 @@ +From 6f5e2159dc7ee898ef08a9e3e3a8e0248d2d0caf Mon Sep 17 00:00:00 2001 +From: Andreas Sturmlechner <asturm@gentoo.org> +Date: Sat, 25 May 2019 18:13:58 +0200 +Subject: [PATCH] Revert "Install the FindQuaZip.cmake in the right prefix" + +This reverts commit d5eaa8be998da2430ffd43e0eefa617cf1550ca3. +--- + CMakeLists.txt | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/CMakeLists.txt b/CMakeLists.txt +index a43fefe..539caa4 100644 +--- a/CMakeLists.txt ++++ b/CMakeLists.txt +@@ -60,4 +60,4 @@ set(QUAZIP_LIB_TARGET_NAME quazip${QUAZIP_LIB_VERSION_SUFFIX} CACHE + + add_subdirectory(quazip) + +-install(FILES FindQuaZip.cmake RENAME FindQuaZip${QUAZIP_LIB_VERSION_SUFFIX}.cmake DESTINATION share/cmake) ++install(FILES FindQuaZip.cmake RENAME FindQuaZip${QUAZIP_LIB_VERSION_SUFFIX}.cmake DESTINATION ${CMAKE_ROOT}/Modules) +-- +2.21.0 + |