Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Sep 2018 15:28:26 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r480096 - head/devel/cctz
Message-ID:  <201809191528.w8JFSQmu026248@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Wed Sep 19 15:28:25 2018
New Revision: 480096
URL: https://svnweb.freebsd.org/changeset/ports/480096

Log:
  A previous change unbroke this ports on powerpc64.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/devel/cctz/Makefile

Modified: head/devel/cctz/Makefile
==============================================================================
--- head/devel/cctz/Makefile	Wed Sep 19 14:20:53 2018	(r480095)
+++ head/devel/cctz/Makefile	Wed Sep 19 15:28:25 2018	(r480096)
@@ -12,8 +12,6 @@ COMMENT=	C++ library for handling dates, times, and ti
 LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
-BROKEN_powerpc64=	fails to compile: time_tool.cc: 'stoll' is not a member of 'std'
-
 USES=		compiler:c++11-lib gmake
 GH_ACCOUNT=	google
 USE_GITHUB=	yes



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