pkgsrc/audio/timidity/patches/patch-aa

17 lines
348 B
Text
Raw Normal View History

$NetBSD: patch-aa,v 1.5 2002/01/17 01:20:39 wiz Exp $
2001-03-31 04:13:02 +02:00
--- timidity/sun_a.c.orig Wed Jan 9 11:13:16 2002
+++ timidity/sun_a.c
2001-03-31 04:13:02 +02:00
@@ -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"