pkgsrc/audio/xamp/patches/patch-af
rh e37e6d06d1 Update xamp to 0.8.10 (from PR 11250 by Rui-Xiang Guo
<rxg@ms25.url.com.tw>, the maintainer of this package).  Changes are
bugfixes, and use of the native NetBSD sound API instead of OSS emulation.
2000-10-18 11:22:42 +00:00

13 lines
283 B
Text

$NetBSD: patch-af,v 1.3 2000/10/18 11:22:44 rh Exp $
--- ../audioIO.h.orig Sat May 31 23:47:58 1997
+++ ../audioIO.h Sun Oct 1 15:47:55 2000
@@ -7,7 +7,7 @@
#define AUSIZ 32768
#endif
-#ifdef OS_Linux
+#if defined(OS_Linux) || defined(OS_NetBSD)
extern int AUSIZ;
#endif