diff options
author | joerg <joerg> | 2006-04-28 14:11:25 +0000 |
---|---|---|
committer | joerg <joerg> | 2006-04-28 14:11:25 +0000 |
commit | c93de66ecf1be4de2d67f76056bda40aa03f38d7 (patch) | |
tree | a429b61ffaa9cb043b308de92bb805fa6b9333bf | |
parent | b96f7f05329f97ca6dab5ccd9ed0442c2f2c026c (diff) | |
download | pkgsrc-c93de66ecf1be4de2d67f76056bda40aa03f38d7.tar.gz |
Add DragonFly support.
-rw-r--r-- | emulators/stella/distinfo | 3 | ||||
-rw-r--r-- | emulators/stella/patches/patch-ab | 13 |
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 + ;; |