svn commit: r498045 - head/misc/libpostal

Mark Linimon linimon at FreeBSD.org
Sat Apr 6 00:40:41 UTC 2019


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

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

Modified:
  head/misc/libpostal/Makefile

Modified: head/misc/libpostal/Makefile
==============================================================================
--- head/misc/libpostal/Makefile	Sat Apr  6 00:39:51 2019	(r498044)
+++ head/misc/libpostal/Makefile	Sat Apr  6 00:40:40 2019	(r498045)
@@ -14,7 +14,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