forked from Lainports/freebsd-ports
* Support for FreeBSD 6.x * Support for compilation with SML/NJ * Cross-compilation with mingw32 PR: 124061 Submitted by: Timothy Bourke <timbob@bigpond.com> Approved by: maintainer
18 lines
530 B
Text
18 lines
530 B
Text
--- bin/mlton-script.orig 2008-04-22 21:15:23.000000000 +1000
|
|
+++ bin/mlton-script 2008-04-22 21:18:33.000000000 +1000
|
|
@@ -19,14 +19,7 @@
|
|
mlton="$lib/mlton-compile$exe"
|
|
world="$lib/world.mlton"
|
|
nj='sml'
|
|
-# Try to use the SML/NJ .arch-n-opsys
|
|
-if .arch-n-opsys >/dev/null 2>&1; then
|
|
- eval `.arch-n-opsys`
|
|
- njHeap="$lib/mlton.$HEAP_SUFFIX"
|
|
- unset `.arch-n-opsys | sed 's#=[^ ]*##g'`
|
|
-else
|
|
- njHeap="$lib/mlton.$HOST_ARCH-$HOST_OS"
|
|
-fi
|
|
+njHeap="$lib/mlton.x86-bsd"
|
|
|
|
declare -a rargs
|
|
case "$1" in
|