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

28 lines
477 B
Plaintext

$NetBSD: patch-aa,v 1.3 2006/03/17 23:24:28 minskim Exp $
--- configure.orig 2004-03-02 04:51:17.000000000 -0800
+++ configure
@@ -10007,6 +10007,9 @@ linux*)
ignore_buffers=yes
ignore_cached=yes
;;
+dragonfly*)
+ OS=dragonfly
+ ;;
freebsd*)
OS=freebsd
ignore_wired=yes
@@ -10020,6 +10023,12 @@ openbsd*)
solaris*)
OS=solaris
;;
+netbsd*)
+ OS=netbsd
+ ;;
+darwin*)
+ OS=darwin
+ ;;
*)
echo ""
echo "Sorry, ${host_os} is not supported yet"