svn commit: r324881 - head/devel/talloc
Marcus von Appen
mva at FreeBSD.org
Sat Aug 17 23:51:13 UTC 2013
Author: mva
Date: Sat Aug 17 23:51:12 2013
New Revision: 324881
URL: http://svnweb.freebsd.org/changeset/ports/324881
Log:
- Fix build after the recent lang/python changes
Modified:
head/devel/talloc/Makefile
Modified: head/devel/talloc/Makefile
==============================================================================
--- head/devel/talloc/Makefile Sat Aug 17 23:34:19 2013 (r324880)
+++ head/devel/talloc/Makefile Sat Aug 17 23:51:12 2013 (r324881)
@@ -75,6 +75,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
More information about the svn-ports-all
mailing list