Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 Sep 2018 08:29:48 +0000 (UTC)
From:      =?UTF-8?Q?Romain_Tarti=c3=a8re?= <romain@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r480555 - head/devel/leatherman
Message-ID:  <201809240829.w8O8Tm78038427@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: romain
Date: Mon Sep 24 08:29:47 2018
New Revision: 480555
URL: https://svnweb.freebsd.org/changeset/ports/480555

Log:
  Fix build on powerpc64
  
  PR:		231593
  Submitted by:	pkubaj@anongoth.pl

Modified:
  head/devel/leatherman/Makefile

Modified: head/devel/leatherman/Makefile
==============================================================================
--- head/devel/leatherman/Makefile	Mon Sep 24 08:10:19 2018	(r480554)
+++ head/devel/leatherman/Makefile	Mon Sep 24 08:29:47 2018	(r480555)
@@ -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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201809240829.w8O8Tm78038427>