svn commit: r512698 - head/devel/cquery

Mark Linimon linimon at FreeBSD.org
Tue Sep 24 03:17:17 UTC 2019


Author: linimon
Date: Tue Sep 24 03:17:16 2019
New Revision: 512698
URL: https://svnweb.freebsd.org/changeset/ports/512698

Log:
  This port now builds on powerpc64 (tested on ppcports).
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/devel/cquery/Makefile

Modified: head/devel/cquery/Makefile
==============================================================================
--- head/devel/cquery/Makefile	Tue Sep 24 03:11:04 2019	(r512697)
+++ head/devel/cquery/Makefile	Tue Sep 24 03:17:16 2019	(r512698)
@@ -11,8 +11,6 @@ COMMENT=	Highly-scalable, low-latency language server 
 
 LICENSE=	MIT
 
-BROKEN_powerpc64=	fails to build: Checking for 'clang++' (C++ compiler): not found
-
 BUILD_DEPENDS=	llvm-config${LLVM_DEFAULT}:devel/llvm${LLVM_DEFAULT}
 LIB_DEPENDS=	libclang.so:devel/llvm${LLVM_DEFAULT}
 


More information about the svn-ports-head mailing list