aboutsummaryrefslogtreecommitdiff
path: root/devel/leatherman
diff options
context:
space:
mode:
authorRomain Tartière <romain@FreeBSD.org>2018-09-24 08:29:47 +0000
committerRomain Tartière <romain@FreeBSD.org>2018-09-24 08:29:47 +0000
commit115edf7f5aec08ccd4f0f790c4ca2a57c634e27f (patch)
tree4290f2afb1bd63fe78d597db18e9585770fdeea5 /devel/leatherman
parent0c8a6ad97340e5a9e778d3b6e1dee32cc97ee8cc (diff)
downloadports-115edf7f5aec08ccd4f0f790c4ca2a57c634e27f.tar.gz
ports-115edf7f5aec08ccd4f0f790c4ca2a57c634e27f.zip
Fix build on powerpc64
PR: 231593 Submitted by: pkubaj@anongoth.pl
Notes
Notes: svn path=/head/; revision=480555
Diffstat (limited to 'devel/leatherman')
-rw-r--r--devel/leatherman/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/devel/leatherman/Makefile b/devel/leatherman/Makefile
index ab5cf34e9258..fb8b94a5603b 100644
--- a/devel/leatherman/Makefile
+++ b/devel/leatherman/Makefile
@@ -9,12 +9,10 @@ COMMENT= Leatherman C++ Tool library
LICENSE= APACHE20
-BROKEN_powerpc64= fails to compile: cc1plus: error: unrecognized command line option "-std=c++11"
-
LIB_DEPENDS= libboost_system.so:devel/boost-libs \
libcurl.so:ftp/curl
-USES= cmake:outsource gettext
+USES= compiler:c++11-lang cmake:outsource gettext
USE_GITHUB= yes
GH_ACCOUNT= puppetlabs