svn commit: r431933 - head/devel/tbb

Antoine Brodin antoine at FreeBSD.org
Fri Jan 20 07:15:35 UTC 2017


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}; \


More information about the svn-ports-all mailing list