summaryrefslogtreecommitdiff
path: root/package
diff options
context:
space:
mode:
Diffstat (limited to 'package')
-rw-r--r--package/MesaLib/Makefile3
-rw-r--r--package/ncurses/Makefile3
2 files changed, 5 insertions, 1 deletions
diff --git a/package/MesaLib/Makefile b/package/MesaLib/Makefile
index b5e9d119f..e207dac9b 100644
--- a/package/MesaLib/Makefile
+++ b/package/MesaLib/Makefile
@@ -35,6 +35,9 @@ endif
ifeq ($(ADK_HOST_OPENBSD),y)
PYTHON:=/usr/local/bin/python2.7
endif
+ifeq ($(ADK_HOST_CYGWIN),y)
+PYTHON:=/usr/bin/python2.7
+endif
ifeq (${ADK_TARGET_SYSTEM_IBM_X40},y)
DRI_DRIVERS:=i915
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