summaryrefslogtreecommitdiff
path: root/audio/mixer.app
diff options
context:
space:
mode:
authorjschauma <jschauma>2003-06-03 15:43:49 +0000
committerjschauma <jschauma>2003-06-03 15:43:49 +0000
commit4042c3dc5aef1666104e60c9905f8f0f2c677088 (patch)
tree5be7a758789fc96a3fae8094948984b3f3bc65f3 /audio/mixer.app
parent9a26a30b47c6e601533869f0dd2f0ed0bd9b459c (diff)
downloadpkgsrc-4042c3dc5aef1666104e60c9905f8f0f2c677088.tar.gz
Lets make this patch a little neater.
Diffstat (limited to 'audio/mixer.app')
-rw-r--r--audio/mixer.app/distinfo4
-rw-r--r--audio/mixer.app/patches/patch-ab16
2 files changed, 11 insertions, 9 deletions
diff --git a/audio/mixer.app/distinfo b/audio/mixer.app/distinfo
index b8d8a1484a8..8348412aca5 100644
--- a/audio/mixer.app/distinfo
+++ b/audio/mixer.app/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2003/06/03 15:35:59 jschauma Exp $
+$NetBSD: distinfo,v 1.4 2003/06/03 15:43:49 jschauma Exp $
SHA1 (Mixer.app-1.8.0.tar.gz) = 68b644e2b13fe4a89461cf28ab6aebbcaedc0552
Size (Mixer.app-1.8.0.tar.gz) = 37884 bytes
SHA1 (patch-aa) = 5af6ac73896573c81659fef91d37e9e0c21b71be
-SHA1 (patch-ab) = ba60e28d50761c89faf1ca1c0ac9cb18725a1c14
+SHA1 (patch-ab) = 9ca9690364e4e42c64b227f58f913848d5f980a4
diff --git a/audio/mixer.app/patches/patch-ab b/audio/mixer.app/patches/patch-ab
index 8b0233f8dfd..fc3cfda7e1e 100644
--- a/audio/mixer.app/patches/patch-ab
+++ b/audio/mixer.app/patches/patch-ab
@@ -1,11 +1,13 @@
-$NetBSD: patch-ab,v 1.2 2003/06/03 15:36:00 jschauma Exp $
+$NetBSD: patch-ab,v 1.3 2003/06/03 15:43:50 jschauma Exp $
---- Mixer.cc.orig Wed Feb 2 01:31:42 2000
-+++ Mixer.cc Mon Feb 5 16:19:30 2001
-@@ -36,4 +36,6 @@
+--- Mixer.cc.orig Sun Sep 15 12:42:33 2002
++++ Mixer.cc Tue Jun 3 11:42:48 2003
+@@ -35,7 +35,7 @@
+ #include <linux/soundcard.h>
#elif defined(__FreeBSD__)
#include <machine/soundcard.h>
-+#elif defined(__NetBSD__)
-+#include <soundcard.h>
- #elif defined(__OpenBSD__)
+-#elif defined(__OpenBSD__)
++#elif defined(__NetBSD__) || defined(__OpenBSD__)
#include <soundcard.h>
+ #else
+ #include <sys/soundcard.h>