summaryrefslogtreecommitdiff
path: root/audio/xanalyser/patches
diff options
context:
space:
mode:
authorminskim <minskim>2004-05-03 16:25:07 +0000
committerminskim <minskim>2004-05-03 16:25:07 +0000
commit2105fdad15b5c8c21fbee183ab85f02cac297ede (patch)
treecfdd570d0991441867fd11440f1218a27acd960c /audio/xanalyser/patches
parent23ca86c21af56b031f8b9a1761aaa832ca0f0a0c (diff)
downloadpkgsrc-2105fdad15b5c8c21fbee183ab85f02cac297ede.tar.gz
No need to replace sys/soundcard.h with soundcard.h, because
ossaudio.buildlink3.mk creates sys/soundcard.h if it is not available.
Diffstat (limited to 'audio/xanalyser/patches')
-rw-r--r--audio/xanalyser/patches/patch-ab13
-rw-r--r--audio/xanalyser/patches/patch-ac13
2 files changed, 4 insertions, 22 deletions
diff --git a/audio/xanalyser/patches/patch-ab b/audio/xanalyser/patches/patch-ab
index 99f60d8c799..0c51b7f4aed 100644
--- a/audio/xanalyser/patches/patch-ab
+++ b/audio/xanalyser/patches/patch-ab
@@ -1,13 +1,8 @@
-$NetBSD: patch-ab,v 1.2 2002/08/09 01:58:03 dmcmahill Exp $
+$NetBSD: patch-ab,v 1.3 2004/05/03 16:25:07 minskim Exp $
---- src/DSP.cc.orig Sat Dec 1 20:05:15 2001
+--- src/DSP.cc.orig 2001-12-01 19:05:15.000000000 -0600
+++ src/DSP.cc
-@@ -10,12 +10,12 @@
- #include <stdlib.h>
- #include <fcntl.h>
- #include <sys/ioctl.h>
--#include <sys/soundcard.h>
-+#include <soundcard.h>
+@@ -14,8 +14,8 @@
#include <math.h>
#include <errno.h>
#include <string.h>
@@ -18,7 +13,7 @@ $NetBSD: patch-ab,v 1.2 2002/08/09 01:58:03 dmcmahill Exp $
#include "DSP.h"
-@@ -168,7 +168,7 @@
+@@ -168,7 +168,7 @@ DSP::swapbuffer (void* buffer, int count
int n = count / 2;
for (int i = n; i != 0; i--) {
diff --git a/audio/xanalyser/patches/patch-ac b/audio/xanalyser/patches/patch-ac
deleted file mode 100644
index 3cf935c96b0..00000000000
--- a/audio/xanalyser/patches/patch-ac
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ac,v 1.1.1.1 2002/04/23 03:33:26 schmonz Exp $
-
---- src/DSP.h.orig Sat Dec 1 20:04:44 2001
-+++ src/DSP.h
-@@ -9,7 +9,7 @@
- #define DSP_h
-
-
--#include <sys/soundcard.h>
-+#include <soundcard.h>
-
-
- /*