Date: Tue, 25 Dec 2018 11:59:01 +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: r488315 - head/editors/jucipp Message-ID: <201812251159.wBPBx1G9090230@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201812251159.wBPBx1G9090230>