blob: c2eb54c209242e3721736efe59bcc2c0f335eca1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
$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"
|