summaryrefslogtreecommitdiff
path: root/package/ncurses
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-01-30 12:58:25 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2014-01-30 12:58:25 +0100
commitd52c9e91a8ca8e797bd2c2e5d970a5c3bdfea3d6 (patch)
treeac6c7c3337dcf41aac7b3089ba1ea84c6e3e1bb7 /package/ncurses
parent35f2724f5d94be4ad3598d3f0bd697844f92df2b (diff)
parent8bca28449c26269c02c8cd33ac18cc6228e84195 (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/ncurses')
-rw-r--r--package/ncurses/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/package/ncurses/Makefile b/package/ncurses/Makefile
index 2455c9a2f..2453064f5 100644
--- a/package/ncurses/Makefile
+++ b/package/ncurses/Makefile
@@ -83,7 +83,8 @@ libncurses-install:
${IDIR_LIBNCURSES}/usr/lib
for ti in rxvt rxvt-unicode; do \
TERMINFO=${WRKINST}/usr/share/terminfo \
- tic -x ./files/$$ti.ti; \
+ PATH=$(HOST_PATH) \
+ tic$(EXEEXT) -x ./files/$$ti.ti; \
done
ifeq (${ADK_PACKAGE_LIBNCURSES_FULL_TERMINFO},y)
${INSTALL_DIR} ${IDIR_LIBNCURSES}/usr/share