pkgsrc/lang/smlnj/patches/patch-aj
asau eab3165a33 Update to SML/NJ 110.71.
Numerous changes since version 110.42 include AMD64 support and loads of bug fixes,
detailed list of changes is at http://www.smlnj.org/dist/working/110.71/NOTES/HISTORY
2009-09-22 14:48:47 +00:00

12 lines
320 B
Text

$NetBSD: patch-aj,v 1.2 2009/09/22 14:48:47 asau Exp $
--- config/_ml-makedepend.orig 2004-12-14 23:23:38.000000000 +0000
+++ config/_ml-makedepend 2005-12-24 22:48:05.000000000 +0000
@@ -1,5 +1,7 @@
#!@SHELL@
+SMLNJ_HOME="${SMLNJ_HOME:-@SML_BASE@}"
+
if [ x${SMLNJ_HOME} = x ] ; then
BIN_DIR="@BINDIR@"
else