Date: Fri, 20 Jan 2017 07:15:34 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r431933 - head/devel/tbb Message-ID: <201701200715.v0K7FY3m091250@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Fri Jan 20 07:15:34 2017 New Revision: 431933 URL: https://svnweb.freebsd.org/changeset/ports/431933 Log: Reinplace the target of the symlink instead of the symlink PR: 216309 Modified: head/devel/tbb/Makefile Modified: head/devel/tbb/Makefile ============================================================================== --- head/devel/tbb/Makefile Fri Jan 20 06:55:34 2017 (r431932) +++ head/devel/tbb/Makefile Fri Jan 20 07:15:34 2017 (r431933) @@ -45,7 +45,7 @@ post-patch: @${REINPLACE_CMD} \ -e '/^CONLY =/s|^CONLY =.*|CONLY = ${CC}|' \ -e '/^CPLUS =/s|^CPLUS =.*|CPLUS = ${CXX}|' \ - ${WRKSRC}/build/FreeBSD.${CC_BASENAME}.inc + ${WRKSRC}/build/FreeBSD.${COMPILER_TYPE}.inc do-install: cd ${WRKSRC}; \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201701200715.v0K7FY3m091250>