From 8aa29eb8d0b7ffaf1006bf6836a65a9f1000676e Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Mon, 2 May 2016 02:20:41 -0400 Subject: build-bash-1: add a missing close-paren --- public/build-bash-1.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'public/build-bash-1.html') diff --git a/public/build-bash-1.html b/public/build-bash-1.html index fcc612a..68ca09c 100644 --- a/public/build-bash-1.html +++ b/public/build-bash-1.html @@ -30,7 +30,7 @@

I made these two small changes to machines.h to get it to work correctly on my box:

  1. Replace #if defined (i386) with #if defined (i386) || defined (__x86_64__). The purpose of this is obvious.
  2. -
  3. Add #define USE_TERMCAP_EMULATION to the section for Linux [sic] on i386 (# if !defined (done386) && (defined (__linux__) || defined (linux)). What this does is tell it to link against libcurses to use curses termcap emulation, instead of linking against libtermcap (which doesn't exist on modern GNU/Linux systems).
  4. +
  5. Add #define USE_TERMCAP_EMULATION to the section for Linux [sic] on i386 (# if !defined (done386) && (defined (__linux__) || defined (linux))). What this does is tell it to link against libcurses to use curses termcap emulation, instead of linking against libtermcap (which doesn't exist on modern GNU/Linux systems).

Again, I've prepared a patch that does this.

Building

-- cgit v1.2.3