summaryrefslogtreecommitdiff
path: root/lang/gcc48/patches/patch-boehm-gc_include_gc__config.h.in
blob: 3fc39b290d2140a4e847a3524c3a46e5cceb623b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
$NetBSD: patch-boehm-gc_include_gc__config.h.in,v 1.1 2014/05/31 13:06:25 ryoon Exp $

--- boehm-gc/include/gc_config.h.in.orig	2012-11-04 22:56:02.000000000 +0000
+++ boehm-gc/include/gc_config.h.in
@@ -30,6 +30,9 @@
 /* support FreeBSD threads */
 #undef GC_FREEBSD_THREADS
 
+/* support OpenBSD threads */
+#undef GC_OPENBSD_THREADS
+
 /* include support for gcj */
 #undef GC_GCJ_SUPPORT