Blame vars/ncursestw_host.vars

Lucio Andrés Illanes Albornoz b5c37f
#
Lucio Andrés Illanes Albornoz b5c37f
# set -o errexit -o noglob are assumed.
Lucio Andrés Illanes Albornoz b5c37f
#
Lucio Andrés Illanes Albornoz b5c37f
Lucio Andrés Illanes Albornoz b5c37f
pkg_ncurses_host_install_make_pre() {
Lucio Andrés Illanes Albornoz b5c37f
	unset LD_LIBRARY_PATH;
Lucio Andrés Illanes Albornoz b5c37f
};
Lucio Andrés Illanes Albornoz b5c37f
Lucio Andrés Illanes Albornoz b5c37f
pkg_ncursestw_host_install_make_pre() {
Lucio Andrés Illanes Albornoz b5c37f
	pkg_ncurses_host_install_make_pre "${@}";
Lucio Andrés Illanes Albornoz b5c37f
};
Lucio Andrés Illanes Albornoz b5c37f
Lucio Andrés Illanes Albornoz b5c37f
# vim:filetype=sh