pkgsrc-ng/net/bind910/patches/patch-config.threads.in
2016-01-21 23:40:00 +01:00

16 lines
425 B
Plaintext

$NetBSD: patch-config.threads.in,v 1.1.1.1 2014/07/02 02:42:58 jnemeth Exp $
* Add DragonFly support.
--- config.threads.in.orig 2012-01-30 07:08:34.000000000 +0000
+++ config.threads.in
@@ -50,6 +50,8 @@ case $host in
use_threads=false ;;
*-freebsd*)
use_threads=true ;;
+*-dragonfly*)
+ use_threads=false ;;
[*-bsdi[234]*])
# Thread signals do not work reliably on some versions of BSD/OS.
use_threads=false ;;