summaryrefslogtreecommitdiff
path: root/audio/mpg123
diff options
context:
space:
mode:
authorJoseph Koshy <jkoshy@FreeBSD.org>1999-11-11 06:53:38 +0000
committerJoseph Koshy <jkoshy@FreeBSD.org>1999-11-11 06:53:38 +0000
commit2eb46161f08c1ff31bdab14d1738aba251df8cee (patch)
treedaf7d0316bd5efc997b6d516750e1e39836226c1 /audio/mpg123
parentAdd ESound support to the mpg123 port. (diff)
Remove a redundant `getenv()' call in this patch.
Notes
Notes: svn path=/head/; revision=23020
Diffstat (limited to 'audio/mpg123')
-rw-r--r--audio/mpg123/files/patch-ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/mpg123/files/patch-ac b/audio/mpg123/files/patch-ac
index aab75fe98f8b..4de29e5762b2 100644
--- a/audio/mpg123/files/patch-ac
+++ b/audio/mpg123/files/patch-ac
@@ -5,7 +5,7 @@
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);
}