svn commit: r531167 - head/devel/intel-graphics-compiler

Jan Beich jbeich at FreeBSD.org
Thu Apr 9 01:00:07 UTC 2020


Author: jbeich
Date: Thu Apr  9 01:00:06 2020
New Revision: 531167
URL: https://svnweb.freebsd.org/changeset/ports/531167

Log:
  devel/intel-graphics-compiler: don't override BUILD_DEPENDS

Modified:
  head/devel/intel-graphics-compiler/Makefile   (contents, props changed)

Modified: head/devel/intel-graphics-compiler/Makefile
==============================================================================
--- head/devel/intel-graphics-compiler/Makefile	Thu Apr  9 00:58:51 2020	(r531166)
+++ head/devel/intel-graphics-compiler/Makefile	Thu Apr  9 01:00:06 2020	(r531167)
@@ -28,7 +28,7 @@ PLIST_SUB=	ARCH_SUFX=${ARCH:S/i386/32/:S/amd//:S/x86_/
 
 .if exists(/usr/lib/clang/10.0.0) && ${CXX} == c++
 # https://github.com/intel/intel-graphics-compiler/issues/126
-BUILD_DEPENDS=	clang++90:devel/llvm90
+BUILD_DEPENDS+=	clang++90:devel/llvm90
 USES:=		${USES:Ncompiler*}
 CXX=		clang++90
 .endif


More information about the svn-ports-all mailing list