From 9155f51f20b3f2406e7c1fe59f574e4093c6b2f1 Mon Sep 17 00:00:00 2001 From: joerg Date: Wed, 17 Sep 2008 12:23:01 +0000 Subject: Include pthread.h before including pthread_np.h. From Hasso Tepper in PR 39268. --- x11/qt4-libs/distinfo | 4 ++-- x11/qt4-libs/patches/patch-at | 20 ++++++++++++++++---- 2 files changed, 18 insertions(+), 6 deletions(-) (limited to 'x11') diff --git a/x11/qt4-libs/distinfo b/x11/qt4-libs/distinfo index 907775f54e8..d13892db506 100644 --- a/x11/qt4-libs/distinfo +++ b/x11/qt4-libs/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.23 2008/07/24 12:55:20 markd Exp $ +$NetBSD: distinfo,v 1.24 2008/09/17 12:23:01 joerg Exp $ SHA1 (qt-x11-opensource-src-4.4.0.tar.bz2) = 71acc53f5ec7bdc6abbc85409568d0d006a040e3 RMD160 (qt-x11-opensource-src-4.4.0.tar.bz2) = ddcfe3390e65761a45a6112a8466b3b1e22cc584 @@ -21,4 +21,4 @@ SHA1 (patch-ap) = 99402ac9ef527e7fa9b1825c8e1b8a299bc4ffe7 SHA1 (patch-aq) = b26e4a3e099bc4710728e30972ad1d74e05964f4 SHA1 (patch-ar) = d690a582dd3dfb16fe17938c77a01940df1e7c8f SHA1 (patch-as) = 614250b087b195c38979f6aa9c000d3d742f544e -SHA1 (patch-at) = a3b0a81abef7a209cd6a71322eff6771bf0f9c2e +SHA1 (patch-at) = c8c818dcf45822c8510568bc738b819493f38b11 diff --git a/x11/qt4-libs/patches/patch-at b/x11/qt4-libs/patches/patch-at index 23da14d65b9..369f195622b 100644 --- a/x11/qt4-libs/patches/patch-at +++ b/x11/qt4-libs/patches/patch-at @@ -1,8 +1,20 @@ -$NetBSD: patch-at,v 1.1 2008/07/24 12:55:20 markd Exp $ +$NetBSD: patch-at,v 1.2 2008/09/17 12:23:01 joerg Exp $ ---- ./src/3rdparty/webkit/JavaScriptCore/kjs/collector.cpp.orig 2008-04-29 01:11:16.000000000 +1200 -+++ ./src/3rdparty/webkit/JavaScriptCore/kjs/collector.cpp -@@ -347,7 +347,7 @@ static inline void* currentThreadStackBa +--- src/3rdparty/webkit/JavaScriptCore/kjs/collector.cpp.orig 2008-04-28 15:11:16.000000000 +0200 ++++ src/3rdparty/webkit/JavaScriptCore/kjs/collector.cpp +@@ -72,10 +72,9 @@ extern int *__libc_stack_end; + #include + #endif + ++#include + #if HAVE(PTHREAD_NP_H) + #include +-#else +-#include + #endif + + #endif +@@ -347,7 +346,7 @@ static inline void* currentThreadStackBa if (stackBase == 0 || thread != stackThread) { pthread_attr_t sattr; pthread_attr_init(&sattr); -- cgit v1.2.3