svn commit: r480555 - head/devel/leatherman

Romain Tartière romain at FreeBSD.org
Mon Sep 24 08:29:48 UTC 2018


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 at 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
 


More information about the svn-ports-head mailing list