diff options
author | Mark Pulford <markp@FreeBSD.org> | 2001-07-22 10:30:11 +0000 |
---|---|---|
committer | Mark Pulford <markp@FreeBSD.org> | 2001-07-22 10:30:11 +0000 |
commit | 0c2bacbf2a691f10d477f46985207e99f0aeabb2 (patch) | |
tree | 1740eb088f23ba400810565857ffe481d67ea1a3 /audio/rplay | |
parent | ade8db02102116f05ab0f4b3bd7257d7c8548332 (diff) | |
download | ports-0c2bacbf2a691f10d477f46985207e99f0aeabb2.tar.gz ports-0c2bacbf2a691f10d477f46985207e99f0aeabb2.zip |
Notes
Diffstat (limited to 'audio/rplay')
-rw-r--r-- | audio/rplay/files/patch-an | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/audio/rplay/files/patch-an b/audio/rplay/files/patch-an new file mode 100644 index 000000000000..e2f195deb3d2 --- /dev/null +++ b/audio/rplay/files/patch-an @@ -0,0 +1,20 @@ +--- rplayd/audio/audio_FreeBSD.c.orig Sun Jul 22 19:44:58 2001 ++++ rplayd/audio/audio_FreeBSD.c Sun Jul 22 19:47:01 2001 +@@ -353,7 +353,7 @@ + return (-1); + } + +- if (!(mxdevmask & SOUND_MIXER_PCM)) ++ if (!(mxdevmask & SOUND_MASK_PCM)) + { + report(REPORT_ERROR, "rplay_audio_get_volume: pcm mixer device not installed\n"); + close(mx); +@@ -417,7 +417,7 @@ + return (-1); + } + +- if (!(mxdevmask & SOUND_MIXER_PCM)) ++ if (!(mxdevmask & SOUND_MASK_PCM)) + { + report(REPORT_ERROR, "rplay_audio_set_volume: pcm mixer device not installed\n"); + close(mx); |