Gentoo Archives: gentoo-commits

From: "Justin Lecher (jlec)" <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-vcs/rapidsvn/files: rapidsvn-0.12.1_pre8247-svncpp_link.patch
Date: Mon, 04 Jun 2012 12:32:55
Message-Id: 20120604123240.7DD292004B@flycatcher.gentoo.org
1 jlec 12/06/04 12:32:40
2
3 Added: rapidsvn-0.12.1_pre8247-svncpp_link.patch
4 Log:
5 dev-vcs/rapidsvn: Snapshot of svn to add a version compatible with svn-1.7*, #398777
6
7 (Portage version: 2.2.0_alpha109/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 dev-vcs/rapidsvn/files/rapidsvn-0.12.1_pre8247-svncpp_link.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/rapidsvn/files/rapidsvn-0.12.1_pre8247-svncpp_link.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/rapidsvn/files/rapidsvn-0.12.1_pre8247-svncpp_link.patch?rev=1.1&content-type=text/plain
14
15 Index: rapidsvn-0.12.1_pre8247-svncpp_link.patch
16 ===================================================================
17 Index: src/svncpp/Makefile.am
18 ===================================================================
19 --- libsvncpp/Makefile.am
20 +++ libsvncpp/Makefile.am
21 @@ -27,3 +27,7 @@
22 url.cpp \
23 wc.cpp
24
25 +libsvncpp_la_LIBADD= $(SVN_LIBS) \
26 + $(NEON_LIBS) \
27 + $(APR_LIBS) \
28 + -lstdc++