diff options
Diffstat (limited to 'databases')
-rw-r--r-- | databases/tdb/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/databases/tdb/Makefile b/databases/tdb/Makefile index 93042b09699f..9cd2257257da 100644 --- a/databases/tdb/Makefile +++ b/databases/tdb/Makefile @@ -77,6 +77,7 @@ INSTALL_TARGET= install IGNORE_NONTHREAD_PYTHON=needs port lang/python${PYTHON_SUFFIX} to be build with THREADS support post-patch: + @${REINPLACE_CMD} -e 's|python|python${PYTHON_VER}|' ${BUILD_WRKSRC}/${WAF_TOOL} @${REINPLACE_CMD} -e 's|%%PKGCONFIGDIR%%|${PKGCONFIGDIR}|g' \ ${BUILD_WRKSRC}/wscript |