summaryrefslogtreecommitdiff
path: root/lang/pnet/patches/patch-ad
blob: 84d03d4cbf53586ed0c2e1b2670c3ab444307b19 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ad,v 1.1 2006/02/26 20:38:52 joerg Exp $

--- libgc/include/gc_config_macros.h.orig	2005-07-23 23:22:58.000000000 +0000
+++ libgc/include/gc_config_macros.h
@@ -87,7 +87,7 @@
 #   define GC_DARWIN_THREADS
 #   define GC_PTHREADS
 # endif
-# if !defined(GC_PTHREADS) && defined(__FreeBSD__)
+# if !defined(GC_PTHREADS) && (defined(__FreeBSD__) || defined(__DragonFly__))
 #   define GC_FREEBSD_THREADS
 #   define GC_PTHREADS
 # endif