Index: configure
--- configure.orig	2003-11-17 17:51:14 +0100
+++ configure	2006-11-04 14:56:50 +0100
@@ -10373,9 +10373,9 @@
                 PROFILE="-Wall -W -pg -g -O20 -ffast-math -fsigned-char"
                 ;;
         sparc-sun-*)
-                DEBUG="-g -Wall -fsigned-char -mv8"
-                CFLAGS="-O20 -ffast-math -fsigned-char -mv8"
-                PROFILE="-pg -g -O20 -fsigned-char -mv8"
+                DEBUG="-g -Wall -fsigned-char"
+                CFLAGS="-O20 -ffast-math -fsigned-char"
+                PROFILE="-pg -g -O20 -fsigned-char"
                 ;;
         *-*-darwin*)
                 DEBUG="-fno-common -g -Wall -fsigned-char"
Index: ogg123/http_transport.c
--- ogg123/http_transport.c.orig	2003-08-07 01:14:12 +0200
+++ ogg123/http_transport.c	2006-11-04 14:59:11 +0100
@@ -113,7 +113,6 @@
   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);
