Date: Fri, 5 Dec 2014 15:27:00 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r374036 - head/lang/v8-devel Message-ID: <201412051527.sB5FR0h2076517@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Fri Dec 5 15:26:59 2014 New Revision: 374036 URL: https://svnweb.freebsd.org/changeset/ports/374036 QAT: https://qat.redports.org/buildarchive/r374036/ Log: - Fix build when DEFAULT_VERSIONS=python=3.* Modified: head/lang/v8-devel/Makefile Modified: head/lang/v8-devel/Makefile ============================================================================== --- head/lang/v8-devel/Makefile Fri Dec 5 15:26:55 2014 (r374035) +++ head/lang/v8-devel/Makefile Fri Dec 5 15:26:59 2014 (r374036) @@ -49,7 +49,7 @@ USE_GCC= any ONLY_FOR_ARCHS= i386 amd64 post-patch: - @${REINPLACE_CMD} -e '/^exec python / s| python | ${PYTHON_CMD} |' ${WRKSRC}/build/gyp/gyp + @${REINPLACE_CMD} -e 's|python|${PYTHON_CMD}|' ${WRKSRC}/build/gyp/gyp ${WRKSRC}/tools/gyp/v8.gyp do-install: ${INSTALL_PROGRAM} ${WRKSRC}/out/native/d8 ${STAGEDIR}${PREFIX}/bin/d8
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201412051527.sB5FR0h2076517>