# ftp://ftp.invisible-island.net/ncurses/6.3/ncurses-6.3-20211021a.patch.gz # patch by Thomas E. Dickey # created Sun Oct 24 20:19:29 UTC 2021 # ------------------------------------------------------------------------------ # aclocal.m4 | 2 +- # configure | 2 +- # 2 files changed, 2 insertions(+), 2 deletions(-) # ------------------------------------------------------------------------------ Index: aclocal.m4 Prereq: 1.981 --- ncurses-6.3-20211021+/aclocal.m4 2021-10-17 15:14:04.000000000 +0000 +++ ncurses-6.3-20211021a/aclocal.m4 2021-10-24 20:17:23.395945464 +0000 @@ -2066,7 +2066,7 @@ then MAKE_PC_FILES= case "x$PKG_CONFIG_LIBDIR" in - (xno|xnone|xyes) + (xno|xnone|xyes|x) AC_MSG_WARN(no PKG_CONFIG_LIBDIR was found) ;; (*) Index: configure --- ncurses-6.3-20211021+/configure 2021-10-17 15:12:23.000000000 +0000 +++ ncurses-6.3-20211021a/configure 2021-10-24 20:17:34.596363507 +0000 @@ -4266,7 +4266,7 @@ then MAKE_PC_FILES= case "x$PKG_CONFIG_LIBDIR" in - (xno|xnone|xyes) + (xno|xnone|xyes|x) { echo "$as_me:4270: WARNING: no PKG_CONFIG_LIBDIR was found" >&5 echo "$as_me: WARNING: no PKG_CONFIG_LIBDIR was found" >&2;} ;;