summaryrefslogtreecommitdiffhomepage
path: root/vars
diff options
context:
space:
mode:
authorLucio Andrés Illanes Albornoz <lucio@lucioillanes.de>2019-10-11 16:33:37 +0000
committerLucio Andrés Illanes Albornoz <lucio@lucioillanes.de>2019-10-11 16:33:37 +0000
commitb5c37fd879eeb9025db34aefaa46c55c1f7ad3ff (patch)
treef80ee184a7d4b33c0c1d624d4d4a0e24def4b978 /vars
parenta9d4e0c31878c583ffaf67a98673178808c0a8f5 (diff)
downloadmidipix_build-b5c37fd879eeb9025db34aefaa46c55c1f7ad3ff.tar.bz2
midipix_build-b5c37fd879eeb9025db34aefaa46c55c1f7ad3ff.tar.xz
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.
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