svn commit: r498046 - branches/2019Q2/misc/libpostal

Mark Linimon linimon at FreeBSD.org
Sat Apr 6 00:43:46 UTC 2019


Author: linimon
Date: Sat Apr  6 00:43:45 2019
New Revision: 498046
URL: https://svnweb.freebsd.org/changeset/ports/498046

Log:
  MFH: r498045
  
  Now builds on powerpc64.
  
  Approved by:	portmgr (tier-2 blanket)
  Obtained from:	swills

Modified:
  branches/2019Q2/misc/libpostal/Makefile
Directory Properties:
  branches/2019Q2/   (props changed)

Modified: branches/2019Q2/misc/libpostal/Makefile
==============================================================================
--- branches/2019Q2/misc/libpostal/Makefile	Sat Apr  6 00:40:40 2019	(r498045)
+++ branches/2019Q2/misc/libpostal/Makefile	Sat Apr  6 00:43:45 2019	(r498046)
@@ -13,7 +13,6 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BROKEN_mips=		fails to compile: tagger.h:5: redefinition of typedef 'tagger_feature_function'
 BROKEN_mips64=		fails to compile: tagger.h:5: redefinition of typedef 'tagger_feature_function'
-BROKEN_powerpc64=	fails to compile: unrecognized command line option "-Wno-c++11-narrowing"
 
 RUN_DEPENDS=	curl:ftp/curl
 


More information about the svn-ports-all mailing list