summaryrefslogtreecommitdiff
path: root/emulators/stella/patches
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/stella/patches')
-rw-r--r--emulators/stella/patches/patch-ab13
1 files changed, 13 insertions, 0 deletions
diff --git a/emulators/stella/patches/patch-ab b/emulators/stella/patches/patch-ab
new file mode 100644
index 00000000000..88cfbc4fd00
--- /dev/null
+++ b/emulators/stella/patches/patch-ab
@@ -0,0 +1,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
+ ;;