summaryrefslogtreecommitdiff
path: root/audio/xamp/patches/patch-aa
diff options
context:
space:
mode:
authorrh <rh>2000-10-18 11:22:42 +0000
committerrh <rh>2000-10-18 11:22:42 +0000
commit567fde447162b94306b09ca819bb4b9a7c728975 (patch)
treeb6d3ad90af82d8f48361fe4cf0f23af583715b2b /audio/xamp/patches/patch-aa
parente7782a29e307e7b1ffade663acb1f7f526abb096 (diff)
downloadpkgsrc-567fde447162b94306b09ca819bb4b9a7c728975.tar.gz
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.
Diffstat (limited to 'audio/xamp/patches/patch-aa')
-rw-r--r--audio/xamp/patches/patch-aa31
1 files changed, 15 insertions, 16 deletions
diff --git a/audio/xamp/patches/patch-aa b/audio/xamp/patches/patch-aa
index 1fbdfbb5f0e..a91d5859590 100644
--- a/audio/xamp/patches/patch-aa
+++ b/audio/xamp/patches/patch-aa
@@ -1,16 +1,15 @@
-diff -c ../audioIO.c:1.1.1.1 xamp/audioIO.c:1.2
-*** ../audioIO.c:1.1.1.1 Wed Jun 14 22:23:48 2000
---- ../audioIO.c Wed Jun 14 22:23:48 2000
-***************
-*** 6,11 ****
---- 6,15 ----
- #include "audioIO_Linux.c"
- #endif
-
-+ #ifdef OS_NetBSD
-+ #include "audioIO_NetBSD.c"
-+ #endif
-+
- #ifdef OS_BSD
- #include "audioIO_Linux.c"
- #endif
+$NetBSD: patch-aa,v 1.4 2000/10/18 11:22:44 rh Exp $
+
+--- ../audioIO.c.orig Sat May 31 23:47:58 1997
++++ ../audioIO.c Sun Oct 1 15:47:54 2000
+@@ -6,6 +6,10 @@
+ #include "audioIO_Linux.c"
+ #endif
+
++#ifdef OS_NetBSD
++ #include "audioIO_NetBSD.c"
++#endif
++
+ #ifdef OS_BSD
+ #include "audioIO_Linux.c"
+ #endif