summaryrefslogtreecommitdiffhomepage
path: root/vars
diff options
context:
space:
mode:
Diffstat (limited to 'vars')
l---------vars/ncurses_host.vars1
-rw-r--r--vars/ncursestw_host.vars13
2 files changed, 14 insertions, 0 deletions
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