diff options
author | minskim <minskim> | 2004-03-04 17:53:57 +0000 |
---|---|---|
committer | minskim <minskim> | 2004-03-04 17:53:57 +0000 |
commit | adf10804c6abdaf7877b7cf2ed89de8e7e83ff32 (patch) | |
tree | bd9860cff65b33b9f87bee54614ca42894fb6fc8 /audio | |
parent | 10da6d5656af69e5ea2537ec49732402d017cb78 (diff) | |
download | pkgsrc-adf10804c6abdaf7877b7cf2ed89de8e7e83ff32.tar.gz |
Include pthread.h explicitly if pthread is used.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/liteamp/distinfo | 3 | ||||
-rw-r--r-- | audio/liteamp/patches/patch-ab | 11 |
2 files changed, 13 insertions, 1 deletions
diff --git a/audio/liteamp/distinfo b/audio/liteamp/distinfo index d87566c11cf..95753ad7be7 100644 --- a/audio/liteamp/distinfo +++ b/audio/liteamp/distinfo @@ -1,5 +1,6 @@ -$NetBSD: distinfo,v 1.1.1.1 2004/02/18 01:28:29 minskim Exp $ +$NetBSD: distinfo,v 1.2 2004/03/04 17:53:57 minskim Exp $ SHA1 (liteamp-0.2.4.1.tar.gz) = 1d56d4a405c40b50635d6a00b84cd16efab3208d Size (liteamp-0.2.4.1.tar.gz) = 480660 bytes SHA1 (patch-aa) = bde4fb74419f2f8e8fb3e5551358773727f182c6 +SHA1 (patch-ab) = 4cb36325a550686977b3570d8570f068799ec1ee diff --git a/audio/liteamp/patches/patch-ab b/audio/liteamp/patches/patch-ab new file mode 100644 index 00000000000..3ec7f918b4d --- /dev/null +++ b/audio/liteamp/patches/patch-ab @@ -0,0 +1,11 @@ +$NetBSD: patch-ab,v 1.1 2004/03/04 17:53:57 minskim Exp $ + +--- src/decoder.c.orig 2003-07-13 22:20:36.000000000 -0500 ++++ src/decoder.c +@@ -1,4 +1,6 @@ + /* vim: set ai et ts=4 sw=4: */ ++#include <pthread.h> ++ + #ifdef HAVE_CONFIG_H + #include <config.h> + #endif |