summaryrefslogtreecommitdiff
path: root/audio/xamp/patches/patch-ao
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-ao
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-ao')
-rw-r--r--audio/xamp/patches/patch-ao14
1 files changed, 14 insertions, 0 deletions
diff --git a/audio/xamp/patches/patch-ao b/audio/xamp/patches/patch-ao
new file mode 100644
index 00000000000..a0bcca9e0cd
--- /dev/null
+++ b/audio/xamp/patches/patch-ao
@@ -0,0 +1,14 @@
+$NetBSD: patch-ao,v 1.1 2000/10/18 11:22:44 rh Exp $
+
+--- plDlgData.cpp.orig Mon Feb 2 14:16:06 1998
++++ plDlgData.cpp Tue Jan 25 01:34:41 2000
+@@ -18,6 +18,9 @@
+ #include <qlabel.h>
+ #include <qkeycode.h>
+
++#define QColor(i) (QColor)(i)
++#define QRgb(i) (QRgb)(i)
++
+ plDlgData::plDlgData
+ (
+ QWidget* parent,