Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Sep 2019 03:17:17 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r512698 - head/devel/cquery
Message-ID:  <201909240317.x8O3HHlr009825@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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}
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201909240317.x8O3HHlr009825>