summaryrefslogtreecommitdiff
path: root/emulators/stella/patches/patch-ab
blob: 88cfbc4fd002407f02ea7cb28fe6110b155c2f08 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ab,v 1.6 2006/04/28 14:11:25 joerg Exp $

--- configure.orig	2006-04-28 13:37:47.000000000 +0000
+++ configure
@@ -563,7 +563,7 @@ else
 	echo_n "Checking hosttype... "
 	echo $_host_os
 	case $_host_os in
-		linux* | openbsd* | freebsd* | netbsd* | bsd* | sunos* | hpux* | beos*)
+		linux* | openbsd* | freebsd* | netbsd* | bsd* | sunos* | hpux* | beos* | dragonfly*)
 			DEFINES="$DEFINES -DUNIX"
 			_host_os=unix
 			;;