diff options
-rw-r--r-- | databases/hk_classes/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
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 |