pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/audio/liteamp Include pthread.h explicitly if pthread ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8c3ab1fb33fe
branches:  trunk
changeset: 470006:8c3ab1fb33fe
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Thu Mar 04 17:53:57 2004 +0000

description:
Include pthread.h explicitly if pthread is used.

diffstat:

 audio/liteamp/distinfo         |   3 ++-
 audio/liteamp/patches/patch-ab |  11 +++++++++++
 2 files changed, 13 insertions(+), 1 deletions(-)

diffs (26 lines):

diff -r 8e563b97742f -r 8c3ab1fb33fe audio/liteamp/distinfo
--- a/audio/liteamp/distinfo    Thu Mar 04 17:49:17 2004 +0000
+++ b/audio/liteamp/distinfo    Thu Mar 04 17:53:57 2004 +0000
@@ -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 -r 8e563b97742f -r 8c3ab1fb33fe audio/liteamp/patches/patch-ab
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/liteamp/patches/patch-ab    Thu Mar 04 17:53:57 2004 +0000
@@ -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



Home | Main Index | Thread Index | Old Index