summaryrefslogtreecommitdiff
path: root/audio/nas/patches
diff options
context:
space:
mode:
authorfredb <fredb@pkgsrc.org>2000-09-12 16:49:22 +0000
committerfredb <fredb@pkgsrc.org>2000-09-12 16:49:22 +0000
commit505baa1e58ffbb262e5c6c21c86f21d73e54b8b2 (patch)
tree80995d16e5a3bf83bc6bb0e42b4978ef8141aec9 /audio/nas/patches
parent1f971e6f2ba4d055a978117520255d5e57811d77 (diff)
downloadpkgsrc-505baa1e58ffbb262e5c6c21c86f21d73e54b8b2.tar.gz
Make this work on NetBSD without installing a config file.
Diffstat (limited to 'audio/nas/patches')
-rw-r--r--audio/nas/patches/patch-ad28
1 files changed, 28 insertions, 0 deletions
diff --git a/audio/nas/patches/patch-ad b/audio/nas/patches/patch-ad
new file mode 100644
index 00000000000..c46622a89cc
--- /dev/null
+++ b/audio/nas/patches/patch-ad
@@ -0,0 +1,28 @@
+$NetBSD: patch-ad,v 1.6 2000/09/12 16:49:23 fredb Exp $
+
+--- server/dda/voxware/auvoxware.c.orig Sat Mar 4 20:40:55 2000
++++ server/dda/voxware/auvoxware.c Tue Sep 12 11:41:20 2000
+@@ -224,7 +224,11 @@
+ 256,
+ 3,
+ 32,
++#ifdef __NetBSD__
++ "/dev/audio",
++#else
+ "/dev/dsp1",
++#endif
+ 0
+ }, sndStatOut =
+ {
+@@ -237,7 +241,11 @@
+ 256,
+ 3,
+ 32,
++#ifdef __NetBSD__
++ "/dev/audio",
++#else
+ "/dev/dsp",
++#endif
+ 0
+ };
+