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, 0 insertions, 14 deletions
diff --git a/vars/ncurses_host.vars b/vars/ncurses_host.vars
deleted file mode 120000
index b37b4636..00000000
--- a/vars/ncurses_host.vars
+++ /dev/null
@@ -1 +0,0 @@
-ncursestw_host.vars \ No newline at end of file
diff --git a/vars/ncursestw_host.vars b/vars/ncursestw_host.vars
deleted file mode 100644
index 850a124d..00000000
--- a/vars/ncursestw_host.vars
+++ /dev/null
@@ -1,13 +0,0 @@
-#
-# 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