aboutsummaryrefslogtreecommitdiff
path: root/editors/jucipp
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2018-12-25 11:59:01 +0000
committerMark Linimon <linimon@FreeBSD.org>2018-12-25 11:59:01 +0000
commit16c8b4c7661cd0ecba12ef608f1a990054d5fba4 (patch)
tree63a18e38d78b060469ef67a3177b39bcb3fac38a /editors/jucipp
parentf8b034544e5e6760e6827bfa3f7dc0b5261dd43f (diff)
downloadports-16c8b4c7661cd0ecba12ef608f1a990054d5fba4.tar.gz
ports-16c8b4c7661cd0ecba12ef608f1a990054d5fba4.zip
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)
Notes
Notes: svn path=/head/; revision=488315
Diffstat (limited to 'editors/jucipp')
-rw-r--r--editors/jucipp/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/editors/jucipp/Makefile b/editors/jucipp/Makefile
index ae4a400ef34f..e6eed21e332a 100644
--- a/editors/jucipp/Makefile
+++ b/editors/jucipp/Makefile
@@ -13,14 +13,12 @@ COMMENT= Lightweight C++-IDE with support for C++11, C++14 and C++17
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 \