Files
pkgsrc-ng/net/bind96/patches/patch-am
2013-09-26 17:14:40 +02:00

14 lines
378 B
Plaintext

$NetBSD: patch-am,v 1.4 2012/04/05 00:41:10 taca Exp $
--- config.threads.in.orig 2012-03-26 16:14:28.000000000 +0000
+++ config.threads.in
@@ -45,6 +45,8 @@ case $host in
use_threads=false ;;
*-freebsd*)
use_threads=false ;;
+*-dragonfly*)
+ use_threads=false ;;
[*-bsdi[234]*])
# Thread signals do not work reliably on some versions of BSD/OS.
use_threads=false ;;