diff options
Diffstat (limited to 'lang/sml-nj-devel/files/patch-ac')
-rw-r--r-- | lang/sml-nj-devel/files/patch-ac | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/lang/sml-nj-devel/files/patch-ac b/lang/sml-nj-devel/files/patch-ac new file mode 100644 index 0000000..7bebc19 --- /dev/null +++ b/lang/sml-nj-devel/files/patch-ac @@ -0,0 +1,10 @@ +--- config/_arch-n-opsys.orig Fri Apr 20 15:26:43 2001 ++++ config/_arch-n-opsys Thu Sep 27 16:50:33 2001 +@@ -96,6 +96,7 @@ + i486) ARCH=x86;; + i586) ARCH=x86;; + i686) ARCH=x86;; ++ alpha) ARCH=alpha32;; + *) exit 1;; + esac + ;; |