From e7639d14ca549d8fa558ce9ca345bf352eec6118 Mon Sep 17 00:00:00 2001 From: mva Date: Sun, 24 Nov 2013 12:29:13 +0000 Subject: - Fix the usage of 'python' to get rid of the implicit lang/python dependency --- databases/hk_classes/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'databases/hk_classes') diff --git a/databases/hk_classes/Makefile b/databases/hk_classes/Makefile index d01c766d5ff9..54148d946261 100644 --- a/databases/hk_classes/Makefile +++ b/databases/hk_classes/Makefile @@ -134,6 +134,8 @@ post-patch: -I./pxlib|INCLUDES = -I../hk_classes -I./pxlib \ -I${LOCALBASE}/include|g" \ ${WRKSRC}/hk_paradoxclasses/Makefile.in + ${REINPLACE_CMD} -e "s|python setup.py|${PYTHON_CMD} setup.py|" \ + ${WRKSRC}/python/Makefile.in post-configure: ${REINPLACE_CMD} -e "s| -I|','|g" ${WRKSRC}/python/setup.py -- cgit