summaryrefslogtreecommitdiff
path: root/emulators/stella/patches/patch-ab
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2006-04-28 14:11:25 +0000
committerjoerg <joerg@pkgsrc.org>2006-04-28 14:11:25 +0000
commite4fc30170e53ec516a53fc77a813d333abbe83db (patch)
treea429b61ffaa9cb043b308de92bb805fa6b9333bf /emulators/stella/patches/patch-ab
parentabd5b77d4c0abbdf9ea89c47277d23ef7eea5077 (diff)
downloadpkgsrc-e4fc30170e53ec516a53fc77a813d333abbe83db.tar.gz
Add DragonFly support.
Diffstat (limited to 'emulators/stella/patches/patch-ab')
-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
+ ;;