summaryrefslogtreecommitdiff
path: root/package/ncurses/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-01-29 11:50:01 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2014-01-29 11:50:01 +0100
commit9c80e2d29269bab3045a88a7ab1a30879ae4410c (patch)
tree941bf690feb8e584fff8827127b56f2465aa53cd /package/ncurses/Makefile
parente606004b31db0300de9c29120bdad68fc605f447 (diff)
parent40fcb885d64153d3196f8a6ad8ca9a679b4a61b5 (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/ncurses/Makefile')
-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