mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-07 03:07:02 -04:00
14 lines
359 B
Plaintext
14 lines
359 B
Plaintext
$NetBSD: patch-bb,v 1.4 2010/11/15 13:05:45 adam Exp $
|
|
|
|
--- src/3rdparty/javascriptcore/JavaScriptCore/config.h.orig 2010-09-10 09:05:24.000000000 +0000
|
|
+++ src/3rdparty/javascriptcore/JavaScriptCore/config.h
|
|
@@ -53,7 +53,7 @@
|
|
|
|
#endif
|
|
|
|
-#if OS(FREEBSD) || OS(OPENBSD)
|
|
+#if OS(FREEBSD) || OS(OPENBSD) || OS(DRAGONFLY)
|
|
#define HAVE_PTHREAD_NP_H 1
|
|
#endif
|
|
|