diff options
Diffstat (limited to 'mail/thunderbird/patches/patch-ba')
-rw-r--r-- | mail/thunderbird/patches/patch-ba | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/thunderbird/patches/patch-ba b/mail/thunderbird/patches/patch-ba index c65863fbed8..c8aee540dae 100644 --- a/mail/thunderbird/patches/patch-ba +++ b/mail/thunderbird/patches/patch-ba @@ -1,8 +1,8 @@ -$NetBSD: patch-ba,v 1.10 2012/03/10 11:42:38 ryoon Exp $ +$NetBSD: patch-ba,v 1.11 2012/04/28 16:56:58 ryoon Exp $ pthread_t may be 64-bit, avoid casting it. ---- mozilla/nsprpub/pr/include/private/pprthred.h.orig 2012-02-16 10:25:22.000000000 +0000 +--- mozilla/nsprpub/pr/include/private/pprthred.h.orig 2012-04-20 22:40:20.000000000 +0000 +++ mozilla/nsprpub/pr/include/private/pprthred.h @@ -51,6 +51,8 @@ #include <os2.h> |