blob: c059fe727f12f172b650e315be6890a6f19350c4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
$NetBSD: patch-ab,v 1.7 2011/06/19 16:44:04 dholland Exp $
Recognize dragonfly.
--- configure.orig 2011-04-16 23:39:31.000000000 +0000
+++ configure
@@ -475,7 +475,7 @@ else
echo_n "Checking hosttype... "
echo $_host_os
case $_host_os in
- linux* | openbsd* | freebsd* | kfreebsd* | netbsd* | bsd* | gnu0.3 | sunos* | hpux* | beos*)
+ linux* | openbsd* | freebsd* | kfreebsd* | netbsd* | bsd* | gnu0.3 | sunos* | hpux* | beos* | dragonfly*)
DEFINES="$DEFINES -DUNIX"
_host_os=unix
;;
|