patch-ncurses_base_MKlib_gen_sh 511 B

1234567891011
  1. --- ncurses-6.0.orig/ncurses/base/MKlib_gen.sh 2015-08-07 02:48:24.000000000 +0200
  2. +++ ncurses-6.0/ncurses/base/MKlib_gen.sh 2015-10-31 19:14:18.000000000 +0100
  3. @@ -62,7 +62,7 @@ if test "${LC_MESSAGES+set}" = set; then
  4. if test "${LC_CTYPE+set}" = set; then LC_CTYPE=C; export LC_CTYPE; fi
  5. if test "${LC_COLLATE+set}" = set; then LC_COLLATE=C; export LC_COLLATE; fi
  6. -preprocessor="$1 -DNCURSES_INTERNALS -I../include"
  7. +preprocessor="$1 -P -DNCURSES_INTERNALS -I../include"
  8. AWK="$2"
  9. USE="$3"