2013-09-26 17:14:40 +02:00

24 lines
416 B
Plaintext

$NetBSD: patch-ab,v 1.2 2006/01/22 04:24:52 joerg Exp $
--- configure.orig 2005-06-23 16:48:42.000000000 -0500
+++ configure
@@ -4047,7 +4047,7 @@ linux*)
ignore_buffers=yes
ignore_cached=yes
;;
-freebsd*)
+freebsd* | dragonfly*)
OS=freebsd
ignore_wired=yes
ignore_cached=yes
@@ -4058,6 +4058,9 @@ openbsd*)
netbsd*)
OS=netbsd
;;
+darwin*)
+ OS=darwin
+ ;;
solaris*)
OS=solaris
;;