diff options
author | kristerw <kristerw@pkgsrc.org> | 2004-05-10 02:19:33 +0000 |
---|---|---|
committer | kristerw <kristerw@pkgsrc.org> | 2004-05-10 02:19:33 +0000 |
commit | 6b27a6f679f5d21c47efa7f98bc4b02663756fb4 (patch) | |
tree | cbe92896c924887c5ec9794eba00fe10d8244c45 | |
parent | 7959e3eebe27ffc70baee0820c4803d5c6327529 (diff) | |
download | pkgsrc-6b27a6f679f5d21c47efa7f98bc4b02663756fb4.tar.gz |
Add a missing #include <errno.h> to make this package build on NetBSD 1.6.
-rw-r--r-- | audio/muse/distinfo | 4 | ||||
-rw-r--r-- | audio/muse/patches/patch-ac | 16 |
2 files changed, 14 insertions, 6 deletions
diff --git a/audio/muse/distinfo b/audio/muse/distinfo index 635867379f9..179ebf2daad 100644 --- a/audio/muse/distinfo +++ b/audio/muse/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.2 2004/05/09 17:27:53 minskim Exp $ +$NetBSD: distinfo,v 1.3 2004/05/10 02:19:33 kristerw Exp $ SHA1 (MuSE-0.9.tar.gz) = c73dfe6cf5a8da3430864a76d0bc8d9f2cb7d118 Size (MuSE-0.9.tar.gz) = 1363091 bytes SHA1 (patch-aa) = a30a5f2a76081b188c2859d5b77185a26e95fc7e SHA1 (patch-ab) = fb6c26cd57534ebd82db21508a9cd9e98e0f6bc7 -SHA1 (patch-ac) = f66b7f258cc765323f4ac3041aa7e43c8f8b7b08 +SHA1 (patch-ac) = 8054b95194c39b58710f688dafbd7747a750ea27 SHA1 (patch-ad) = 5f2322a1c9c3c9ee4e4dbe3aa810c0f2c5d999fd SHA1 (patch-ae) = 1097b09eb842fe1d90ec28913ad511e515f55a8a diff --git a/audio/muse/patches/patch-ac b/audio/muse/patches/patch-ac index 30616702560..7dfc5d09c49 100644 --- a/audio/muse/patches/patch-ac +++ b/audio/muse/patches/patch-ac @@ -1,8 +1,16 @@ -$NetBSD: patch-ac,v 1.1.1.1 2004/05/02 22:59:16 xtraeme Exp $ +$NetBSD: patch-ac,v 1.2 2004/05/10 02:19:33 kristerw Exp $ ---- src/pipe.cpp.orig 2004-05-03 00:42:40.000000000 +0200 -+++ src/pipe.cpp 2004-05-03 00:43:56.000000000 +0200 -@@ -61,7 +61,7 @@ +--- src/pipe.cpp.orig Mon Dec 8 13:20:33 2003 ++++ src/pipe.cpp Mon May 10 04:10:31 2004 +@@ -26,6 +26,7 @@ + + #include <iostream> + #include <stdlib.h> ++#include <errno.h> + #include <audioproc.h> + #include <pipe.h> + #include <jutils.h> +@@ -61,7 +62,7 @@ end=start=buffer; blocking = true; _thread_init(); |