summaryrefslogtreecommitdiff
path: root/audio/vorbis-tools/patches
diff options
context:
space:
mode:
authorwiz <wiz>2006-11-02 07:57:56 +0000
committerwiz <wiz>2006-11-02 07:57:56 +0000
commit87fc81f1363bbce0d896e8abc3e300cce0d21117 (patch)
treef78930bbdf91ed86b650759a8b40dbeab0bf1f85 /audio/vorbis-tools/patches
parentcf88b69d7d19310944c19c2fcce9e0f9a3d4cc5d (diff)
downloadpkgsrc-87fc81f1363bbce0d896e8abc3e300cce0d21117.tar.gz
Remove deprecated CURLOPT_MUTE call. Fixes build with curl-7.16.0.
Addresses PR 34962 by srcshelton at gmail.
Diffstat (limited to 'audio/vorbis-tools/patches')
-rw-r--r--audio/vorbis-tools/patches/patch-af12
1 files changed, 12 insertions, 0 deletions
diff --git a/audio/vorbis-tools/patches/patch-af b/audio/vorbis-tools/patches/patch-af
new file mode 100644
index 00000000000..47b3b51b19e
--- /dev/null
+++ b/audio/vorbis-tools/patches/patch-af
@@ -0,0 +1,12 @@
+$NetBSD: patch-af,v 1.1 2006/11/02 07:57:56 wiz Exp $
+
+--- ogg123/http_transport.c.orig 2005-06-13 13:11:44.000000000 +0000
++++ ogg123/http_transport.c
+@@ -116,7 +116,6 @@ void set_curl_opts (http_private_t *priv
+ if (inputOpts.ProxyTunnel)
+ curl_easy_setopt (handle, CURLOPT_HTTPPROXYTUNNEL, inputOpts.ProxyTunnel);
+ */
+- curl_easy_setopt(handle, CURLOPT_MUTE, 1);
+ curl_easy_setopt(handle, CURLOPT_ERRORBUFFER, private->error);
+ curl_easy_setopt(handle, CURLOPT_PROGRESSFUNCTION, progress_callback);
+ curl_easy_setopt(handle, CURLOPT_PROGRESSDATA, private);