diff options
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 | 10 |
1 files changed, 10 insertions, 0 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 new file mode 100644 index 000000000000..1daf1a7f4070 --- /dev/null +++ b/lang/sml-nj-devel/files/patch-config::_arch-n-opsys @@ -0,0 +1,10 @@ +--- 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;; ++ alpha) ARCH=alpha32;; + *) exit 1;; + esac + ;; |