summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2016-11-14 20:57:21 +0100
committerJeroen Roovers <jer@gentoo.org>2016-11-14 20:57:21 +0100
commitea3b141c4718cb016d9f1fabd8c41de5de159b89 (patch)
tree13251fc41d4060488712f18beaa5f0a9ced7eade /net-libs/libssh2/files
parentnet-libs/libssh2: Drop upstream patch (bug #599716 by Tomáš Mózes). Fix va... (diff)
downloadgentoo-ea3b141c4718cb016d9f1fabd8c41de5de159b89.tar.gz
gentoo-ea3b141c4718cb016d9f1fabd8c41de5de159b89.tar.bz2
gentoo-ea3b141c4718cb016d9f1fabd8c41de5de159b89.zip
net-libs/libssh2: Drop obsolete patch.
Package-Manager: portage-2.3.2
Diffstat (limited to 'net-libs/libssh2/files')
-rw-r--r--net-libs/libssh2/files/libssh2-1.4.2-pkgconfig.patch10
1 files changed, 0 insertions, 10 deletions
diff --git a/net-libs/libssh2/files/libssh2-1.4.2-pkgconfig.patch b/net-libs/libssh2/files/libssh2-1.4.2-pkgconfig.patch
deleted file mode 100644
index f741a256f7cd..000000000000
--- a/net-libs/libssh2/files/libssh2-1.4.2-pkgconfig.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- a/libssh2.pc.in
-+++ b/libssh2.pc.in
-@@ -12,6 +12,6 @@
- Description: Library for SSH-based communication
- Version: @LIBSSH2VER@
- Requires.private: @LIBSREQUIRED@
--Libs: -L${libdir} -lssh2 @LDFLAGS@ @LIBS@
-+Libs: -L${libdir} -lssh2 @LIBS@
- Libs.private: @LIBS@
- Cflags: -I${includedir}