diff options
author | jschauma <jschauma@pkgsrc.org> | 2003-06-03 15:43:49 +0000 |
---|---|---|
committer | jschauma <jschauma@pkgsrc.org> | 2003-06-03 15:43:49 +0000 |
commit | 95bae376736595f7ab0fcbd89c6f66922bfa8b8e (patch) | |
tree | 5be7a758789fc96a3fae8094948984b3f3bc65f3 /audio/mixer.app | |
parent | 73ac1088d29b4d1980cec5651f389b54bdcd103a (diff) | |
download | pkgsrc-95bae376736595f7ab0fcbd89c6f66922bfa8b8e.tar.gz |
Lets make this patch a little neater.
Diffstat (limited to 'audio/mixer.app')
-rw-r--r-- | audio/mixer.app/distinfo | 4 | ||||
-rw-r--r-- | audio/mixer.app/patches/patch-ab | 16 |
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> |