summaryrefslogtreecommitdiff
path: root/public/bash-1.14.7-machines-config.patch
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2015-03-18 20:41:52 -0400
committerLuke Shumaker <lukeshu@sbcglobal.net>2015-03-18 20:41:52 -0400
commitc02fbeff112e0172d0ad12bf7709099784305396 (patch)
tree9bf774537966e3533b9fe5e2f63a315ebf8b7a9a /public/bash-1.14.7-machines-config.patch
parent5b8264b872e0f45a021ad814499468da2c9e43c7 (diff)
Hey, I built Bash 1.14 on a modern box!
Diffstat (limited to 'public/bash-1.14.7-machines-config.patch')
-rw-r--r--public/bash-1.14.7-machines-config.patch21
1 files changed, 21 insertions, 0 deletions
diff --git a/public/bash-1.14.7-machines-config.patch b/public/bash-1.14.7-machines-config.patch
new file mode 100644
index 0000000..3773ba7
--- /dev/null
+++ b/public/bash-1.14.7-machines-config.patch
@@ -0,0 +1,21 @@
+diff -ru bash-1.14.7/machines.h bash-1.14.7.new2/machines.h
+--- bash-1.14.7/machines.h 1995-12-18 14:13:22.000000000 -0500
++++ bash-1.14.7.new2/machines.h 2015-03-17 02:50:38.618813331 -0400
+@@ -584,7 +584,7 @@
+ /* */
+ /* **************************************************************** */
+
+-#if defined (i386)
++#if defined (i386) || defined (__x86_64__)
+
+ /* Sequent Symmetry running Dynix/ptx 2.x */
+ # if !defined (done386) && defined (_SEQUENT_)
+@@ -891,6 +891,7 @@
+ # define HAVE_SYS_SIGLIST
+ # define HAVE_VFPRINTF
+ # define HAVE_VARARGS_H
++# define USE_TERMCAP_EMULATION
+ # define SEARCH_LIB_NEEDS_SPACE
+ # if defined (__GNUC__)
+ # define HAVE_FIXED_INCLUDES
+diff -ru bash-1.14.7/print_cmd.c bash-1.14.7.new2/print_cmd.c