aboutsummaryrefslogtreecommitdiffstats
path: root/editors
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2018-12-25 19:59:01 +0800
committerlinimon <linimon@FreeBSD.org>2018-12-25 19:59:01 +0800
commit960a926b66ecc8393a80493500c8f0131c5df4db (patch)
tree63a18e38d78b060469ef67a3177b39bcb3fac38a /editors
parent3ff399da02bd2ad7dbe7f9dcfd096994b7192f12 (diff)
downloadfreebsd-ports-gnome-960a926b66ecc8393a80493500c8f0131c5df4db.tar.gz
freebsd-ports-gnome-960a926b66ecc8393a80493500c8f0131c5df4db.tar.zst
freebsd-ports-gnome-960a926b66ecc8393a80493500c8f0131c5df4db.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)
Diffstat (limited to 'editors')
-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 \