diff options
author | drochner <drochner@pkgsrc.org> | 2012-10-30 12:46:30 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2012-10-30 12:46:30 +0000 |
commit | dc157a35cdcbb059fb781983ba33ffe3be31a4a6 (patch) | |
tree | 487ff2de55050af35e8a8359d3a7f5cfb3a264b2 /www/webkit-gtk/patches/patch-ai | |
parent | 35382e98238c640fb4f68989238ecf24ee158b87 (diff) | |
download | pkgsrc-dc157a35cdcbb059fb781983ba33ffe3be31a4a6.tar.gz |
update to 1.10.1
this switches to the 1.10 release branch, no useful changelog available
Diffstat (limited to 'www/webkit-gtk/patches/patch-ai')
-rw-r--r-- | www/webkit-gtk/patches/patch-ai | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/webkit-gtk/patches/patch-ai b/www/webkit-gtk/patches/patch-ai index a9826e5cc01..5ce80446d2f 100644 --- a/www/webkit-gtk/patches/patch-ai +++ b/www/webkit-gtk/patches/patch-ai @@ -1,7 +1,7 @@ -$NetBSD: patch-ai,v 1.2 2012/04/28 14:12:16 drochner Exp $ +$NetBSD: patch-ai,v 1.3 2012/10/30 12:46:30 drochner Exp $ ---- Source/JavaScriptCore/wtf/ThreadIdentifierDataPthreads.cpp.orig 2012-04-24 01:38:21.000000000 +0000 -+++ Source/JavaScriptCore/wtf/ThreadIdentifierDataPthreads.cpp +--- Source/WTF/wtf/ThreadIdentifierDataPthreads.cpp.orig 2012-04-24 01:38:21.000000000 +0000 ++++ Source/WTF/wtf/ThreadIdentifierDataPthreads.cpp @@ -39,6 +39,12 @@ #if OS(ANDROID) || OS(HURD) // PTHREAD_KEYS_MAX is not defined in bionic nor in Hurd, so explicitly define it here. |