summaryrefslogtreecommitdiff
path: root/devel/nspr
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2007-10-04 14:18:21 +0000
committerjoerg <joerg@pkgsrc.org>2007-10-04 14:18:21 +0000
commit292f7605e28a4e4b94355be459e0be235846dda7 (patch)
treef3a5fcb4424676ee04e98239bb00899fcae2a120 /devel/nspr
parent15385a62ede0e368168ace7e2413e4130826c22b (diff)
downloadpkgsrc-292f7605e28a4e4b94355be459e0be235846dda7.tar.gz
Include pthread.h to get pthread_t on DragonFly.
Diffstat (limited to 'devel/nspr')
-rw-r--r--devel/nspr/distinfo4
-rw-r--r--devel/nspr/patches/patch-am13
2 files changed, 13 insertions, 4 deletions
diff --git a/devel/nspr/distinfo b/devel/nspr/distinfo
index 4f29013a2f1..147baa7a593 100644
--- a/devel/nspr/distinfo
+++ b/devel/nspr/distinfo
@@ -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-ah) = 34749dda8e07d9535ef5e158261d0202b7f0e058
SHA1 (patch-ai) = ca4d824540f62a97e2072ef0927b6b8f0a362a0a
SHA1 (patch-ak) = b090f571d539cd15f3ebad7c671bb71531e0f817
SHA1 (patch-al) = 80d75bfcebc271dc222cef982a887cd1735e7692
-SHA1 (patch-am) = 43cd968495d271bf7394877caf28598745aedf31
+SHA1 (patch-am) = 4b4737524d76d32a45e20041b0fc7a3fc2f8f1c9
diff --git a/devel/nspr/patches/patch-am b/devel/nspr/patches/patch-am
index ba484026e65..3fa917aa111 100644
--- a/devel/nspr/patches/patch-am
+++ b/devel/nspr/patches/patch-am
@@ -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.
*/