openbsd-ports/devel/subversion/patches/patch-subversion_libsvn_subr_auth_c
jeremy f3ba7fefc2 Handle changes caused by splitting the ruby port and bump
OK jcs@, landry@, jasper@, sthen@
2010-09-23 22:10:28 +00:00

13 lines
728 B
Plaintext

$OpenBSD: patch-subversion_libsvn_subr_auth_c,v 1.2 2010/09/23 22:12:10 jeremy Exp $
--- subversion/libsvn_subr/auth.c.orig Fri Jan 23 10:30:04 2009
+++ subversion/libsvn_subr/auth.c Thu Sep 16 14:07:10 2010
@@ -393,7 +393,7 @@ svn_auth_get_platform_specific_provider
const char *library_label, *library_name;
const char *provider_function_name, *version_function_name;
library_name = apr_psprintf(pool,
- "libsvn_auth_%s-%d.so.0",
+ "libsvn_auth_%s-%d.so.${SO_VERSION}",
provider_name,
SVN_VER_MAJOR);
library_label = apr_psprintf(pool, "svn_%s", provider_name);