summaryrefslogtreecommitdiff
path: root/x11/qt4-libs/patches/patch-at
diff options
context:
space:
mode:
Diffstat (limited to 'x11/qt4-libs/patches/patch-at')
-rw-r--r--x11/qt4-libs/patches/patch-at25
1 files changed, 0 insertions, 25 deletions
diff --git a/x11/qt4-libs/patches/patch-at b/x11/qt4-libs/patches/patch-at
deleted file mode 100644
index 369f195622b..00000000000
--- a/x11/qt4-libs/patches/patch-at
+++ /dev/null
@@ -1,25 +0,0 @@
-$NetBSD: patch-at,v 1.2 2008/09/17 12:23:01 joerg Exp $
-
---- 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 <thread.h>
- #endif
-
-+#include <pthread.h>
- #if HAVE(PTHREAD_NP_H)
- #include <pthread_np.h>
--#else
--#include <pthread.h>
- #endif
-
- #endif
-@@ -347,7 +346,7 @@ static inline void* currentThreadStackBa
- if (stackBase == 0 || thread != stackThread) {
- pthread_attr_t sattr;
- pthread_attr_init(&sattr);
--#if HAVE(PTHREAD_NP_H)
-+#if HAVE(PTHREAD_NP_H) || defined(__NetBSD__)
- // e.g. on FreeBSD 5.4, neundorf@kde.org
- pthread_attr_get_np(thread, &sattr);
- #else