svn commit: r409081 - head/devel/compiler-rt-devel

Brooks Davis brooks at FreeBSD.org
Thu Feb 18 01:31:46 UTC 2016


Author: brooks
Date: Thu Feb 18 01:31:45 2016
New Revision: 409081
URL: https://svnweb.freebsd.org/changeset/ports/409081

Log:
  Remove some accidently committed bits that break the build when llvm-devel
  isn't already installed.

Modified:
  head/devel/compiler-rt-devel/Makefile

Modified: head/devel/compiler-rt-devel/Makefile
==============================================================================
--- head/devel/compiler-rt-devel/Makefile	Thu Feb 18 01:02:35 2016	(r409080)
+++ head/devel/compiler-rt-devel/Makefile	Thu Feb 18 01:31:45 2016	(r409081)
@@ -28,9 +28,6 @@ GH_TAGNAME=	${COMPILER_RT_COMMIT}
 ONLY_FOR_ARCHS=	i386 amd64
 ONLY_FOR_ARCHS_REASON=	plist contents not known
 
-CC=clang-devel
-CXX=clang++-devel
-
 .include <bsd.port.pre.mk>
 
 .for arch in ${ONLY_FOR_ARCHS}


More information about the svn-ports-all mailing list