diff options
Diffstat (limited to 'audio/streamtuner/shoutcast-redesign-patch.diff')
-rw-r--r-- | audio/streamtuner/shoutcast-redesign-patch.diff | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/audio/streamtuner/shoutcast-redesign-patch.diff b/audio/streamtuner/shoutcast-redesign-patch.diff new file mode 100644 index 0000000000..644e2273ef --- /dev/null +++ b/audio/streamtuner/shoutcast-redesign-patch.diff @@ -0,0 +1,12 @@ +diff -uar streamtuner-0.99.99-orig/src/plugins/shoutcast/shoutcast.c streamtuner-0.99.99-patched/src/plugins/shoutcast/shoutcast.c +--- streamtuner-0.99.99-orig/src/plugins/shoutcast/shoutcast.c 2008-09-12 18:04:00.229785732 -0400 ++++ streamtuner-0.99.99-patched/src/plugins/shoutcast/shoutcast.c 2008-09-12 18:05:56.716440720 -0400 +@@ -37,7 +37,7 @@ + + /*** cpp *********************************************************************/ + +-#define SHOUTCAST_ROOT "http://www.shoutcast.com/" ++#define SHOUTCAST_ROOT "http://classic.shoutcast.com/" + + #define MAX_STREAMS_PER_PAGE 100 /* enforced by SHOUTcast */ + |