From 01cdfd58fca110d2783e36f573a438fe8997f8f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Llu=C3=ADs=20Batlle=20i=20Rossell?= Date: Sun, 24 Apr 2011 18:05:21 +0000 Subject: [PATCH] Removing a vorbis tools patch not used anymore. I can't say if it is required, though. As vorbistools built, I took it out. svn path=/nixpkgs/trunk/; revision=26953 --- .../audio/vorbis-tools/ogg123-curlopt-mute.patch | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 pkgs/applications/audio/vorbis-tools/ogg123-curlopt-mute.patch diff --git a/pkgs/applications/audio/vorbis-tools/ogg123-curlopt-mute.patch b/pkgs/applications/audio/vorbis-tools/ogg123-curlopt-mute.patch deleted file mode 100644 index 6437909411ea..000000000000 --- a/pkgs/applications/audio/vorbis-tools/ogg123-curlopt-mute.patch +++ /dev/null @@ -1,13 +0,0 @@ ---- vorbis-tools-1.1.1/ogg123/http_transport.c 2005-06-13 15:11:44.000000000 +0200 -+++ vorbis-tools-1.1.1/ogg123/http_transport.c 2008-02-12 18:38:41.000000000 +0100 -@@ -116,7 +116,9 @@ void set_curl_opts (http_private_t *priv - if (inputOpts.ProxyTunnel) - curl_easy_setopt (handle, CURLOPT_HTTPPROXYTUNNEL, inputOpts.ProxyTunnel); - */ -+#ifdef CURLOPT_MUTE - curl_easy_setopt(handle, CURLOPT_MUTE, 1); -+#endif - curl_easy_setopt(handle, CURLOPT_ERRORBUFFER, private->error); - curl_easy_setopt(handle, CURLOPT_PROGRESSFUNCTION, progress_callback); - curl_easy_setopt(handle, CURLOPT_PROGRESSDATA, private); -