svn commit: r422391 - head/math/openfst

Mark Linimon linimon at FreeBSD.org
Sun Sep 18 13:53:15 UTC 2016


Author: linimon
Date: Sun Sep 18 13:53:14 2016
New Revision: 422391
URL: https://svnweb.freebsd.org/changeset/ports/422391

Log:
  Mark as broken on sparc64.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/math/openfst/Makefile

Modified: head/math/openfst/Makefile
==============================================================================
--- head/math/openfst/Makefile	Sun Sep 18 13:42:04 2016	(r422390)
+++ head/math/openfst/Makefile	Sun Sep 18 13:53:14 2016	(r422391)
@@ -12,6 +12,7 @@ COMMENT=	Library for working with weight
 LICENSE=	APACHE20
 
 BROKEN_powerpc64=	Does not build
+BROKEN_sparc64=	Does not build: fails to compile symbol-table-ops.cc
 
 USES=		compiler:c++11-lib libtool python:2
 USE_LDCONFIG=	${LOCALBASE}/lib/fst


More information about the svn-ports-head mailing list