mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-09 04:18:55 -04:00
15 lines
394 B
C
15 lines
394 B
C
$NetBSD: patch-boehm-gc_include_gc__config.h.in,v 1.1 2014/01/25 13:38:48 ryoon Exp $
|
|
|
|
--- boehm-gc/include/gc_config.h.in.orig 2012-03-02 18:21:41.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
|
|
|