Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 Sep 2016 13:53:14 +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: r422391 - head/math/openfst
Message-ID:  <201609181353.u8IDrEwB041160@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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