2013-09-26 17:14:40 +02:00

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