SecBSD's official ports repository

This commit is contained in:
purplerain 2023-08-16 22:26:55 +00:00
commit 2c0afcbbf3
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
64331 changed files with 5339189 additions and 0 deletions

View file

@ -0,0 +1,15 @@
Index: subversion/libsvn_subr/auth.c
--- subversion/libsvn_subr/auth.c.orig
+++ subversion/libsvn_subr/auth.c
@@ -508,9 +508,9 @@ svn_auth_get_platform_specific_provider(svn_auth_provi
const char *library_label, *library_name;
const char *provider_function_name, *version_function_name;
library_name = apr_psprintf(pool,
- "libsvn_auth_%s-%d.so.%d",
+ "libsvn_auth_%s-%d.so.%s",
provider_name,
- SVN_VER_MAJOR, SVN_SOVERSION);
+ SVN_VER_MAJOR, "${SO_VERSION}");
library_label = apr_psprintf(pool, "svn_%s", provider_name);
provider_function_name = apr_psprintf(pool,
"svn_auth_get_%s_%s_provider",