summaryrefslogtreecommitdiff
path: root/emulators/stella/patches/patch-ab
blob: 4c93dccebb8882ddb8f356b230ce37c5131c1e5a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$NetBSD: patch-ab,v 1.8 2012/03/05 03:58:02 dholland Exp $

Recognize dragonfly and solaris.

--- 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* | solaris* | hpux* | beos* | dragonfly*)
 			DEFINES="$DEFINES -DUNIX"
 			_host_os=unix
 			;;