summaryrefslogtreecommitdiffstats
path: root/audio/xamp
diff options
context:
space:
mode:
authorwill <will@FreeBSD.org>2000-05-29 22:08:27 +0000
committerwill <will@FreeBSD.org>2000-05-29 22:08:27 +0000
commitc6c2447aac1bf12fed65e25859a30b565a39e74d (patch)
tree5a3fa9d9f431d37afc2cfe286688059fd0273ca7 /audio/xamp
parentc6e8e70ede82b28ae20963f7b3c8bb95926da5a4 (diff)
downloadFreeBSD-ports-c6c2447aac1bf12fed65e25859a30b565a39e74d.zip
FreeBSD-ports-c6c2447aac1bf12fed65e25859a30b565a39e74d.tar.gz
Add these patches along with the 0.8.10 update.
Diffstat (limited to 'audio/xamp')
-rw-r--r--audio/xamp/files/patch-ag11
-rw-r--r--audio/xamp/files/patch-ah11
-rw-r--r--audio/xamp/files/patch-ai12
-rw-r--r--audio/xamp/files/patch-aj12
-rw-r--r--audio/xamp/files/patch-ak12
-rw-r--r--audio/xamp/files/patch-al12
6 files changed, 70 insertions, 0 deletions
diff --git a/audio/xamp/files/patch-ag b/audio/xamp/files/patch-ag
new file mode 100644
index 0000000..06be76c
--- /dev/null
+++ b/audio/xamp/files/patch-ag
@@ -0,0 +1,11 @@
+--- ../audioIO.h.orig Tue Aug 18 12:45:04 1998
++++ ../audioIO.h Tue Aug 18 12:45:53 1998
+@@ -12,7 +12,7 @@
+ #endif
+
+ #ifdef OS_BSD
+- #define AUSIZ 32768
++extern int AUSIZ;
+ #endif
+
+ #if defined(OS_IRIX) || defined(OS_IRIX64)
diff --git a/audio/xamp/files/patch-ah b/audio/xamp/files/patch-ah
new file mode 100644
index 0000000..c80ed1348
--- /dev/null
+++ b/audio/xamp/files/patch-ah
@@ -0,0 +1,11 @@
+--- ../audioIO_Linux.c.orig Tue Aug 18 12:46:03 1998
++++ ../audioIO_Linux.c Tue Aug 18 12:46:26 1998
+@@ -26,7 +26,7 @@
+
+ /* optimal fragment size */
+
+-int AUSIZ = 0;
++int AUSIZ = 32768;
+
+ /* declare these static to effectively isolate the audio device */
+
diff --git a/audio/xamp/files/patch-ai b/audio/xamp/files/patch-ai
new file mode 100644
index 0000000..f31a8b6
--- /dev/null
+++ b/audio/xamp/files/patch-ai
@@ -0,0 +1,12 @@
+--- QtAMPData.cpp.orig Tue Jan 25 01.35.30 2000
++++ QtAMPData.cpp Tue Jan 25 01:35:55 2000
+@@ -19,6 +19,9 @@
+ #include <qkeycode.h>
+ #include <qtooltip.h>
+
++#define QColor(i) (QColor)(i)
++#define QRgb(i) (QRgb)(i)
++
+ QtAMPData::QtAMPData
+ (
+ QWidget* parent,
diff --git a/audio/xamp/files/patch-aj b/audio/xamp/files/patch-aj
new file mode 100644
index 0000000..218cf1e
--- /dev/null
+++ b/audio/xamp/files/patch-aj
@@ -0,0 +1,12 @@
+--- dirDlgData.cpp.orig Tue Jan 25 01:36:16 2000
++++ dirDlgData.cpp Tue Jan 25 01:36:43 2000
+@@ -6,6 +6,9 @@
+ #include <qframe.h>
+ #include <qlabel.h>
+
++#define QColor(i) (QColor)(i)
++#define QRgb(i) (QRgb)(i)
++
+ dirDlgData::dirDlgData
+ (
+ QWidget* parent,
diff --git a/audio/xamp/files/patch-ak b/audio/xamp/files/patch-ak
new file mode 100644
index 0000000..a19ebba
--- /dev/null
+++ b/audio/xamp/files/patch-ak
@@ -0,0 +1,12 @@
+--- 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,
diff --git a/audio/xamp/files/patch-al b/audio/xamp/files/patch-al
new file mode 100644
index 0000000..69bcf2d
--- /dev/null
+++ b/audio/xamp/files/patch-al
@@ -0,0 +1,12 @@
+--- 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,
OpenPOWER on IntegriCloud