blob: 982ccc14608b16babd6f919692254b8e542c191a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
$NetBSD: patch-config.threads.in,v 1.1 2020/08/09 15:20:22 taca Exp $
* Add DragonFly support.
--- config.threads.in.orig 2019-04-06 20:09:59.000000000 +0000
+++ config.threads.in
@@ -48,6 +48,8 @@ case $host in
use_threads=false ;;
*-freebsd*)
use_threads=true ;;
+*-dragonfly*)
+ use_threads=false ;;
*-linux*)
use_threads=true ;;
*-darwin[[123456789]].*)
|