summaryrefslogtreecommitdiff
path: root/emulators
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
commitde452730459f4142963c29de37c926ce5e44a8f5 (patch)
treea429b61ffaa9cb043b308de92bb805fa6b9333bf /emulators
parentf9c21b1f8492a05387a145d07558947f1e722780 (diff)
downloadpkgsrc-de452730459f4142963c29de37c926ce5e44a8f5.tar.gz
Add DragonFly support.
Diffstat (limited to 'emulators')
-rw-r--r--emulators/stella/distinfo3
-rw-r--r--emulators/stella/patches/patch-ab13
2 files changed, 15 insertions, 1 deletions
diff --git a/emulators/stella/distinfo b/emulators/stella/distinfo
index e48b5ae7d65..90108981c9b 100644
--- a/emulators/stella/distinfo
+++ b/emulators/stella/distinfo
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.7 2006/04/07 06:28:44 dillo Exp $
+$NetBSD: distinfo,v 1.8 2006/04/28 14:11:25 joerg Exp $
SHA1 (stella-2.1-src.tar.gz) = 2ab0163a24ad877d81dc8f9ee77cfd1482194e14
RMD160 (stella-2.1-src.tar.gz) = 7ddecbcc78bf0ddd3a0aedf924f00b69e2ec6013
Size (stella-2.1-src.tar.gz) = 1062215 bytes
SHA1 (patch-aa) = 76545aaaf3fa320b8b83396c0a90588cd7b404af
+SHA1 (patch-ab) = 84cd725e239a305ab6ff2eb5f4f4a7aa68536562
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
+ ;;