[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

[PATCH] fix svn dependence

From: Kouhei Sutou <kou_at_cozmixng.org>
Date: 2006-03-12 15:53:13 CET

[[
Fix svn dependence.

* build.conf(svn): Add libsvn_diff to depending library list.
]]

Thanks,

--
kou

Index: build.conf
===================================================================
--- build.conf (revision 18849)
+++ build.conf (working copy)
@@ -113,7 +113,7 @@
 description = Subversion Client
 type = exe
 path = subversion/svn
-libs = libsvn_client libsvn_wc libsvn_ra libsvn_delta libsvn_subr
+libs = libsvn_client libsvn_wc libsvn_ra libsvn_delta libsvn_diff libsvn_subr
        aprutil apriconv apr neon keychain
 manpages = subversion/svn/svn.1
 install = bin

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sun Mar 12 15:53:30 2006

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.