pkgsrc/audio/timidity/patches/patch-aa
wiz ba4784c760 Update to 2.11.2. Package changes: output directly to sound device now
works, compiles in ogg output support.
Changes since last version: Bug fixes, output improvements, vorbis
support, mod-to-midi conversion.
2002-01-17 01:20:39 +00:00

16 lines
348 B
Text

$NetBSD: patch-aa,v 1.5 2002/01/17 01:20:39 wiz Exp $
--- timidity/sun_a.c.orig Wed Jan 9 11:13:16 2002
+++ timidity/sun_a.c
@@ -69,7 +69,11 @@
#define SUNAUDIO_AENC_SIGWORD AENC_SIGWORDB
#endif
+#ifndef __NetBSD__
#define AUDIO_DEV "/dev/audio"
+#else
+#define AUDIO_DEV "/dev/sound"
+#endif
#define AUDIO_CTLDEV "/dev/audioctl"