pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/nspr Include pthread.h to get pthread_t on Drago...
details: https://anonhg.NetBSD.org/pkgsrc/rev/5a7dcd6065e5
branches: trunk
changeset: 533869:5a7dcd6065e5
user: joerg <joerg%pkgsrc.org@localhost>
date: Thu Oct 04 14:18:21 2007 +0000
description:
Include pthread.h to get pthread_t on DragonFly.
diffstat:
devel/nspr/distinfo | 4 ++--
devel/nspr/patches/patch-am | 13 +++++++++++--
2 files changed, 13 insertions(+), 4 deletions(-)
diffs (40 lines):
diff -r 7d92d3edf117 -r 5a7dcd6065e5 devel/nspr/distinfo
--- a/devel/nspr/distinfo Thu Oct 04 13:28:39 2007 +0000
+++ b/devel/nspr/distinfo Thu Oct 04 14:18:21 2007 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.9 2007/09/25 04:21:30 bjs Exp $
+$NetBSD: distinfo,v 1.10 2007/10/04 14:18:21 joerg Exp $
SHA1 (nspr-4.6.7.tar.gz) = cf45319d02285ec5479445a1e9adfb9e94f55a6a
RMD160 (nspr-4.6.7.tar.gz) = 11a0d8b14ebdd441f6899c464b77144704ab638e
@@ -13,4 +13,4 @@
SHA1 (patch-ai) = ca4d824540f62a97e2072ef0927b6b8f0a362a0a
SHA1 (patch-ak) = b090f571d539cd15f3ebad7c671bb71531e0f817
SHA1 (patch-al) = 80d75bfcebc271dc222cef982a887cd1735e7692
-SHA1 (patch-am) = 43cd968495d271bf7394877caf28598745aedf31
+SHA1 (patch-am) = 4b4737524d76d32a45e20041b0fc7a3fc2f8f1c9
diff -r 7d92d3edf117 -r 5a7dcd6065e5 devel/nspr/patches/patch-am
--- a/devel/nspr/patches/patch-am Thu Oct 04 13:28:39 2007 +0000
+++ b/devel/nspr/patches/patch-am Thu Oct 04 14:18:21 2007 +0000
@@ -1,10 +1,19 @@
-$NetBSD: patch-am,v 1.1 2007/09/25 04:18:27 bjs Exp $
+$NetBSD: patch-am,v 1.2 2007/10/04 14:18:21 joerg Exp $
Fix another cast of pthread_t.
--- pr/include/private/pprthred.h.orig 2004-04-25 11:00:56.000000000 -0400
+++ pr/include/private/pprthred.h
-@@ -91,7 +91,11 @@ NSPR_API(void) PR_DetachThread(void);
+@@ -51,6 +51,8 @@
+ #include <os2.h>
+ #endif
+
++#include <pthread.h>
++
+ PR_BEGIN_EXTERN_C
+
+ /*---------------------------------------------------------------------------
+@@ -91,7 +93,11 @@ NSPR_API(void) PR_DetachThread(void);
** Get the id of the named thread. Each thread is assigned a unique id
** when it is created or attached.
*/
Home |
Main Index |
Thread Index |
Old Index