svn commit: r488315 - head/editors/jucipp

Mark Linimon linimon at FreeBSD.org
Tue Dec 25 11:59:05 UTC 2018


Author: linimon
Date: Tue Dec 25 11:59:01 2018
New Revision: 488315
URL: https://svnweb.freebsd.org/changeset/ports/488315

Log:
  Add compiler:c++14-lang to USES to fix build on GCC-based architectures
  such as powerpc64.
  
  Reported by:	jhibbits
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/editors/jucipp/Makefile

Modified: head/editors/jucipp/Makefile
==============================================================================
--- head/editors/jucipp/Makefile	Tue Dec 25 11:58:52 2018	(r488314)
+++ head/editors/jucipp/Makefile	Tue Dec 25 11:59:01 2018	(r488315)
@@ -13,14 +13,12 @@ COMMENT=	Lightweight C++-IDE with support for C++11, C
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-BROKEN_powerpc64=	fails to build: cc1plus: unrecognized command line option -Wno-cpp
-
 LIB_DEPENDS=	libaspell.so:textproc/aspell \
 		libboost_filesystem.so:devel/boost-libs \
 		libgit2.so:devel/libgit2 \
 		libclang.so.5:devel/llvm50
 
-USES=		cmake:outsource desktop-file-utils pkgconfig
+USES=		cmake:outsource compiler:c++14-lang desktop-file-utils pkgconfig
 USE_GITHUB=	yes
 GH_ACCOUNT=	cppit
 GH_TUPLE=	cppit:libclangmm:5a0195e:libclangmm/libclangmm \


More information about the svn-ports-all mailing list