diff options
author | dholland <dholland@pkgsrc.org> | 2012-03-05 03:58:02 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2012-03-05 03:58:02 +0000 |
commit | 6b7a945f1ea3a8a798fdfb2094750b9ae9a36bb7 (patch) | |
tree | cc6ce3e5e78deb124275ec293321c10a54c1cccb /emulators | |
parent | 5074e8dcaaa4fbfdad8e1b01854c46f146f59590 (diff) | |
download | pkgsrc-6b7a945f1ea3a8a798fdfb2094750b9ae9a36bb7.tar.gz |
Teach configure script to recognize "solaris" as well as "sunos".
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/stella/distinfo | 4 | ||||
-rw-r--r-- | emulators/stella/patches/patch-ab | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/emulators/stella/distinfo b/emulators/stella/distinfo index 7bc53193ddd..227166b71c8 100644 --- a/emulators/stella/distinfo +++ b/emulators/stella/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.12 2011/06/19 16:44:04 dholland Exp $ +$NetBSD: distinfo,v 1.13 2012/03/05 03:58:02 dholland Exp $ SHA1 (stella-3.4.1-src.tar.gz) = 9ee0e27992a4846fcdaad29a6ed082d829d5fc39 RMD160 (stella-3.4.1-src.tar.gz) = 3a67bfb644657aa512023aff186d631e3cc2de1a Size (stella-3.4.1-src.tar.gz) = 1907295 bytes SHA1 (patch-aa) = 76545aaaf3fa320b8b83396c0a90588cd7b404af -SHA1 (patch-ab) = 3eb31a7f0a56782ab33c8a1aa12e221cbbead06b +SHA1 (patch-ab) = 7b57c8fa6d859c81fe45a314732f94c4fdcd700b diff --git a/emulators/stella/patches/patch-ab b/emulators/stella/patches/patch-ab index c059fe727f1..4c93dccebb8 100644 --- a/emulators/stella/patches/patch-ab +++ b/emulators/stella/patches/patch-ab @@ -1,6 +1,6 @@ -$NetBSD: patch-ab,v 1.7 2011/06/19 16:44:04 dholland Exp $ +$NetBSD: patch-ab,v 1.8 2012/03/05 03:58:02 dholland Exp $ -Recognize dragonfly. +Recognize dragonfly and solaris. --- configure.orig 2011-04-16 23:39:31.000000000 +0000 +++ configure @@ -9,7 +9,7 @@ Recognize dragonfly. echo $_host_os case $_host_os in - linux* | openbsd* | freebsd* | kfreebsd* | netbsd* | bsd* | gnu0.3 | sunos* | hpux* | beos*) -+ linux* | openbsd* | freebsd* | kfreebsd* | netbsd* | bsd* | gnu0.3 | sunos* | hpux* | beos* | dragonfly*) ++ linux* | openbsd* | freebsd* | kfreebsd* | netbsd* | bsd* | gnu0.3 | sunos* | solaris* | hpux* | beos* | dragonfly*) DEFINES="$DEFINES -DUNIX" _host_os=unix ;; |