diff options
Diffstat (limited to 'audio/mpg123/files/patch-ac')
| -rw-r--r-- | audio/mpg123/files/patch-ac | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/audio/mpg123/files/patch-ac b/audio/mpg123/files/patch-ac new file mode 100644 index 000000000000..aab75fe98f8b --- /dev/null +++ b/audio/mpg123/files/patch-ac @@ -0,0 +1,11 @@ +--- audio_esd.c-- Fri May 28 20:36:29 1999 ++++ audio_esd.c Thu Nov 11 10:14:30 1999 +@@ -75,7 +75,7 @@ + else if (ai->rate > esd_rate) + return -1; + +- ai->fn = esd_play_stream_fallback(format, ai->rate, esdserver, "mpg123"); ++ ai->fn = esd_play_stream_fallback(format, ai->rate, getenv("ESPEAKER"), "mpg123"); + return (ai->fn); + } + |
