summaryrefslogtreecommitdiff
path: root/audio/vorbis-tools/patches/patch-af
diff options
context:
space:
mode:
Diffstat (limited to 'audio/vorbis-tools/patches/patch-af')
-rw-r--r--audio/vorbis-tools/patches/patch-af12
1 files changed, 0 insertions, 12 deletions
diff --git a/audio/vorbis-tools/patches/patch-af b/audio/vorbis-tools/patches/patch-af
deleted file mode 100644
index 47b3b51b19e..00000000000
--- a/audio/vorbis-tools/patches/patch-af
+++ /dev/null
@@ -1,12 +0,0 @@
-$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);