24 lines
445 B
Text
24 lines
445 B
Text
$NetBSD: patch-aa,v 1.2 2006/02/27 17:29:14 joerg Exp $
|
|
|
|
--- configure.orig 2004-03-02 12:51:17.000000000 +0000
|
|
+++ configure
|
|
@@ -10007,6 +10007,9 @@ linux*)
|
|
ignore_buffers=yes
|
|
ignore_cached=yes
|
|
;;
|
|
+dragonfly*)
|
|
+ OS=dragonfly
|
|
+ ;;
|
|
freebsd*)
|
|
OS=freebsd
|
|
ignore_wired=yes
|
|
@@ -10020,6 +10023,9 @@ openbsd*)
|
|
solaris*)
|
|
OS=solaris
|
|
;;
|
|
+netbsd*)
|
|
+ OS=netbsd
|
|
+ ;;
|
|
*)
|
|
echo ""
|
|
echo "Sorry, ${host_os} is not supported yet"
|