summaryrefslogtreecommitdiff
path: root/lang/smlnj/patches/patch-at
blob: db5f9e95c13f52bdb8d8bee54ae68430f2e125cb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
$NetBSD: patch-at,v 1.2 2012/01/29 20:48:48 asau Exp $

Don't unpack archive, since it is hard to fix,
unpack before patch phase instead.

--- config/install.sh.orig	2007-06-12 20:43:58.000000000 +0400
+++ config/install.sh	2009-03-19 00:47:06.000000000 +0300
@@ -316,7 +316,7 @@
 if [ -x "$RUNDIR"/run.$ARCH-$OPSYS ]; then
     vsay $this: Run-time system already exists.
 else
-    "$CONFIGDIR"/unpack "$ROOT" runtime
+#    "$CONFIGDIR"/unpack "$ROOT" runtime
     cd "$BASEDIR"/runtime/objs
     echo $this: Compiling the run-time system.
     $MAKE -f mk.$ARCH-$OPSYS $EXTRA_DEFS