svn commit: r374036 - head/lang/v8-devel

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Fri Dec 5 15:27:00 UTC 2014


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


More information about the svn-ports-head mailing list