summaryrefslogtreecommitdiff
path: root/lang/sbcl/patches/patch-make-host-2.sh
diff options
context:
space:
mode:
Diffstat (limited to 'lang/sbcl/patches/patch-make-host-2.sh')
-rw-r--r--lang/sbcl/patches/patch-make-host-2.sh14
1 files changed, 14 insertions, 0 deletions
diff --git a/lang/sbcl/patches/patch-make-host-2.sh b/lang/sbcl/patches/patch-make-host-2.sh
new file mode 100644
index 00000000000..c16306fa85b
--- /dev/null
+++ b/lang/sbcl/patches/patch-make-host-2.sh
@@ -0,0 +1,14 @@
+$NetBSD: patch-make-host-2.sh,v 1.1 2019/10/12 09:47:40 he Exp $
+
+Do not explicitly turn on job control, it will stall a bakcground job
+with SIGTTIN.
+
+--- make-host-2.sh.orig 2019-09-28 09:49:01.000000000 +0000
++++ make-host-2.sh
+@@ -1,5 +1,5 @@
+ #!/bin/sh
+-set -em
++set -e
+
+ # This is a script to be run as part of make.sh. The only time you'd
+ # want to run it by itself is if you're trying to cross-compile the