summaryrefslogtreecommitdiffstats
path: root/lang/sml-nj
diff options
context:
space:
mode:
authorjkoshy <jkoshy@FreeBSD.org>1999-02-02 04:00:12 +0000
committerjkoshy <jkoshy@FreeBSD.org>1999-02-02 04:00:12 +0000
commita13a673bb756a4e58bfcd40987cb412882da89ce (patch)
tree394df7cc613d64dcc9b0bc4d5564bece35346834 /lang/sml-nj
parentfb33d07fd5158f41bc35f55e087411cc4221cd03 (diff)
downloadFreeBSD-ports-a13a673bb756a4e58bfcd40987cb412882da89ce.zip
FreeBSD-ports-a13a673bb756a4e58bfcd40987cb412882da89ce.tar.gz
Add patch for ELF support.
Diffstat (limited to 'lang/sml-nj')
-rw-r--r--lang/sml-nj/files/patch-ab15
1 files changed, 15 insertions, 0 deletions
diff --git a/lang/sml-nj/files/patch-ab b/lang/sml-nj/files/patch-ab
new file mode 100644
index 0000000..b54e8f0
--- /dev/null
+++ b/lang/sml-nj/files/patch-ab
@@ -0,0 +1,15 @@
+--- config/install.sh-- Wed Aug 5 13:43:43 1998
++++ config/install.sh Mon Feb 1 15:57:31 1999
+@@ -193,6 +193,12 @@
+ exit 1
+ fi
+ fi
++# we need to patch just before build
++patch_file="${FILESDIR}/patch-global-names"
++if [ -f $patch_file ]; then
++ echo "applying source patches"
++ $PATCH $PATCH_ARGS < $patch_file
++fi
+ cd $SRCDIR
+
+ #
OpenPOWER on IntegriCloud