diff options
author | Joseph Koshy <jkoshy@FreeBSD.org> | 2005-06-02 08:08:41 +0000 |
---|---|---|
committer | Joseph Koshy <jkoshy@FreeBSD.org> | 2005-06-02 08:08:41 +0000 |
commit | a7af751bf2f7d9015d66f7837128732868572742 (patch) | |
tree | b3dd164787ea8f57238fcdda6288b49ae2c04fc4 /lang/sml-nj-devel/files/patch-config::_arch-n-opsys | |
parent | Upgrade to verison 1.2, which doesn't crash if you click on a mailbox (diff) |
Update to v110.54.
Submitted by: Johannes 5 Joemann <joemann@beefree.free.de>
Diffstat (limited to 'lang/sml-nj-devel/files/patch-config::_arch-n-opsys')
-rw-r--r-- | lang/sml-nj-devel/files/patch-config::_arch-n-opsys | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/lang/sml-nj-devel/files/patch-config::_arch-n-opsys b/lang/sml-nj-devel/files/patch-config::_arch-n-opsys index 1daf1a7f4070..36dd80841a37 100644 --- a/lang/sml-nj-devel/files/patch-config::_arch-n-opsys +++ b/lang/sml-nj-devel/files/patch-config::_arch-n-opsys @@ -1,9 +1,9 @@ ---- config/_arch-n-opsys.orig Mon Oct 27 15:46:57 2003 -+++ config/_arch-n-opsys Fri Nov 28 22:47:10 2003 -@@ -101,6 +101,7 @@ - i486) ARCH=x86;; - i586) ARCH=x86;; - i686) ARCH=x86;; +--- config/_arch-n-opsys.orig Fri May 6 05:10:32 2005 ++++ config/_arch-n-opsys Sat May 28 18:00:11 2005 +@@ -95,6 +95,7 @@ + HEAP_OPSYS=bsd + case `uname -m` in + *86) ARCH=x86;; + alpha) ARCH=alpha32;; *) exit 1;; esac |