summaryrefslogtreecommitdiff
path: root/textproc/xmlrpc-c/patches
diff options
context:
space:
mode:
authorwiz <wiz>2009-01-11 14:08:02 +0000
committerwiz <wiz>2009-01-11 14:08:02 +0000
commit53db97f449e82c0a709ed598d9bd3f076405d18e (patch)
tree054a565ddec05f0f94357199a3d98d52e513375a /textproc/xmlrpc-c/patches
parenta4cb2d5239568bec6a32c233ef0ec3c6fcc63423 (diff)
downloadpkgsrc-53db97f449e82c0a709ed598d9bd3f076405d18e.tar.gz
Fix build with curl-7.19.x.
Still builds with this patch and curl-7.18, so no PKGREVISION bump. Addresses PR 40369.
Diffstat (limited to 'textproc/xmlrpc-c/patches')
-rw-r--r--textproc/xmlrpc-c/patches/patch-ag13
1 files changed, 13 insertions, 0 deletions
diff --git a/textproc/xmlrpc-c/patches/patch-ag b/textproc/xmlrpc-c/patches/patch-ag
new file mode 100644
index 00000000000..f15bbe42369
--- /dev/null
+++ b/textproc/xmlrpc-c/patches/patch-ag
@@ -0,0 +1,13 @@
+$NetBSD: patch-ag,v 1.1 2009/01/11 14:08:02 wiz Exp $
+
+--- lib/curl_transport/xmlrpc_curl_transport.c.orig 2006-09-24 22:00:00.000000000 +0200
++++ lib/curl_transport/xmlrpc_curl_transport.c
+@@ -1211,7 +1211,7 @@ setupCurlSession(xmlrpc_env *
+ curl_easy_setopt(curlSessionP, CURLOPT_SSLENGINE,
+ curlSetupP->sslEngine);
+ if (curlSetupP->sslEngineDefault)
+- curl_easy_setopt(curlSessionP, CURLOPT_SSLENGINE_DEFAULT);
++ curl_easy_setopt(curlSessionP, CURLOPT_SSLENGINE_DEFAULT, 1);
+ if (curlSetupP->sslVersion != XMLRPC_SSLVERSION_DEFAULT)
+ curl_easy_setopt(curlSessionP, CURLOPT_SSLVERSION,
+ curlSetupP->sslVersion);