diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-11-23 09:28:56 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-11-23 18:05:11 +0100 |
commit | 6eada3a14154e7e7efa9a3ce3037184e91ddcfcd (patch) | |
tree | be3efd6b6534f5f78c01e89571ce231927b89e64 /net-libs/libssh2/files | |
parent | profiles/prefix/macos: mask binutils-apple on gcc profile (diff) | |
download | gentoo-6eada3a14154e7e7efa9a3ce3037184e91ddcfcd.tar.gz gentoo-6eada3a14154e7e7efa9a3ce3037184e91ddcfcd.tar.bz2 gentoo-6eada3a14154e7e7efa9a3ce3037184e91ddcfcd.zip |
net-libs/libssh2: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'net-libs/libssh2/files')
-rw-r--r-- | net-libs/libssh2/files/libssh2-1.9.0-libdir.patch | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/net-libs/libssh2/files/libssh2-1.9.0-libdir.patch b/net-libs/libssh2/files/libssh2-1.9.0-libdir.patch deleted file mode 100644 index e04acb0904ba..000000000000 --- a/net-libs/libssh2/files/libssh2-1.9.0-libdir.patch +++ /dev/null @@ -1,17 +0,0 @@ ---- a/src/CMakeLists.txt -+++ b/src/CMakeLists.txt -@@ -392,7 +392,7 @@ - ## During package installation, install Libssh2Config.cmake - install(EXPORT Libssh2Config - NAMESPACE Libssh2:: -- DESTINATION lib/cmake/libssh2) -+ DESTINATION ${CMAKE_INSTALL_LIBDIR}/cmake/libssh2) - - ## During build, register directly from build tree - # create Libssh2Config.cmake -@@ -424,4 +424,4 @@ - COMPATIBILITY SameMajorVersion) - install( - FILES ${CMAKE_CURRENT_BINARY_DIR}/Libssh2ConfigVersion.cmake -- DESTINATION lib/cmake/libssh2) -+ DESTINATION ${CMAKE_INSTALL_LIBDIR}/cmake/libssh2) |