Index: head/audio/mpg123/files/patch-ac =================================================================== --- head/audio/mpg123/files/patch-ac (revision 23019) +++ head/audio/mpg123/files/patch-ac (revision 23020) @@ -1,11 +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"); ++ ai->fn = esd_play_stream_fallback(format, ai->rate, NULL, "mpg123"); return (ai->fn); } Property changes on: head/audio/mpg123/files/patch-ac ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property