diff options
author | Michael Mair-Keimberger (asterix) <m.mairkeimberger@gmail.com> | 2016-11-14 18:21:42 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2016-11-15 23:28:34 +0100 |
commit | 8589aa5091daad30438b21bc94934f7f6df9fedf (patch) | |
tree | 162dd618e5e3910f800ea899f7c0e091a65084dc /dev-vcs/rapidsvn/files | |
parent | dev-util/electron: Fix compilation with ICU-58 (#599346) (diff) | |
download | gentoo-8589aa5091daad30438b21bc94934f7f6df9fedf.tar.gz gentoo-8589aa5091daad30438b21bc94934f7f6df9fedf.tar.bz2 gentoo-8589aa5091daad30438b21bc94934f7f6df9fedf.zip |
dev-vcs/rapidsvn: remove unused patch
Closes: https://github.com/gentoo/gentoo/pull/2832
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'dev-vcs/rapidsvn/files')
-rw-r--r-- | dev-vcs/rapidsvn/files/rapidsvn-svncpp_link.patch | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/dev-vcs/rapidsvn/files/rapidsvn-svncpp_link.patch b/dev-vcs/rapidsvn/files/rapidsvn-svncpp_link.patch deleted file mode 100644 index 4df855fb79b4..000000000000 --- a/dev-vcs/rapidsvn/files/rapidsvn-svncpp_link.patch +++ /dev/null @@ -1,12 +0,0 @@ -Index: src/svncpp/Makefile.am -=================================================================== ---- src/svncpp/Makefile.am (revision 7100) -+++ src/svncpp/Makefile.am (working copy) -@@ -27,3 +27,7 @@ - url.cpp \ - wc.cpp - -+libsvncpp_la_LIBADD= $(SVN_LIBS) \ -+ $(NEON_LIBS) \ -+ $(APR_LIBS) \ -+ -lstdc++ |