summaryrefslogtreecommitdiffhomepage
path: root/vars/htop.vars
diff options
context:
space:
mode:
authorLucio Andrés Illanes Albornoz <lucio@lucioillanes.de>2018-06-20 15:28:50 +0000
committerLucio Andrés Illanes Albornoz <lucio@lucioillanes.de>2018-06-20 15:28:50 +0000
commit0616f8d0b81a20623fc43bbac5f78d7692435b77 (patch)
treedcb048ca827459c755beedc8562a95204f8dead9 /vars/htop.vars
parent75ad4c236b556ba57b0c5b602cda4a7883080922 (diff)
downloadmidipix_build-0616f8d0b81a20623fc43bbac5f78d7692435b77.tar.bz2
midipix_build-0616f8d0b81a20623fc43bbac5f78d7692435b77.tar.xz
vars/build.vars:gdbm: updated to gdbm v1.15 (via Redfoxmoon.)
vars/build.vars:ncurses{,tw,w}:${PKG_CONFIGURE_ARGS_EXTRA}: configure w/ --with-termlib (via Redfoxmoon.) vars/build.vars:htop: updated to htop v2.2.0. vars/build.vars:htop, vars/htop.vars: correctly build against ncursesw. patches/htop-2.0.1.local.patch: removes obsolete patch.
Diffstat (limited to 'vars/htop.vars')
-rw-r--r--vars/htop.vars9
1 files changed, 9 insertions, 0 deletions
diff --git a/vars/htop.vars b/vars/htop.vars
new file mode 100644
index 00000000..a835dbe2
--- /dev/null
+++ b/vars/htop.vars
@@ -0,0 +1,9 @@
+#
+# set -o errexit -o noglob are assumed.
+#
+
+: ${PKG_HTOP_CONFIG_CACHE_EXTRA:="
+ac_cv_lib_ncursesw6_addnwstr=yes
+ac_cv_lib_ncursesw_addnwstr=yes"};
+
+# vim:filetype=sh