From b5c37fd879eeb9025db34aefaa46c55c1f7ad3ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lucio=20Andr=C3=A9s=20Illanes=20Albornoz?= Date: Fri, 11 Oct 2019 16:33:37 +0000 Subject: patches/ncurses{{,{t,}w},w_host}-6.0.local.patch: removes obsolete patch. patches/ncurses{,tw}{,_host}-6.1.local.patch: updated. vars/ncurses{,tw}_host.vars: unset ${LD_LIBRARY_PATH} pre-install. --- vars/ncurses_host.vars | 1 + vars/ncursestw_host.vars | 13 +++++++++++++ 2 files changed, 14 insertions(+) create mode 120000 vars/ncurses_host.vars create mode 100644 vars/ncursestw_host.vars (limited to 'vars') diff --git a/vars/ncurses_host.vars b/vars/ncurses_host.vars new file mode 120000 index 00000000..b37b4636 --- /dev/null +++ b/vars/ncurses_host.vars @@ -0,0 +1 @@ +ncursestw_host.vars \ No newline at end of file diff --git a/vars/ncursestw_host.vars b/vars/ncursestw_host.vars new file mode 100644 index 00000000..850a124d --- /dev/null +++ b/vars/ncursestw_host.vars @@ -0,0 +1,13 @@ +# +# set -o errexit -o noglob are assumed. +# + +pkg_ncurses_host_install_make_pre() { + unset LD_LIBRARY_PATH; +}; + +pkg_ncursestw_host_install_make_pre() { + pkg_ncurses_host_install_make_pre "${@}"; +}; + +# vim:filetype=sh -- cgit v1.2.3