pkgsrc/audio/xamp/patches/patch-ar
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

14 lines
304 B
Text

$NetBSD: patch-ar,v 1.1 2000/10/18 11:22:45 rh Exp $
--- id3Data.cpp.orig Tue Jan 25 01:37:13 2000
+++ id3Data.cpp Tue Jan 25 01:37:40 2000
@@ -17,6 +17,9 @@
#include <qframe.h>
#include <qlabel.h>
+#define QColor(i) (QColor)(i)
+#define QRgb(i) (QRgb)(i)
+
id3Data::id3Data
(
QWidget* parent,