Date: Sat, 17 Aug 2013 23:51:12 +0000 (UTC) From: Marcus von Appen <mva@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324881 - head/devel/talloc Message-ID: <201308172351.r7HNpCsA085420@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201308172351.r7HNpCsA085420>