Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 27 Oct 2018 16:47:13 +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: r483148 - head/net/openvswitch
Message-ID:  <201810271647.w9RGlDe9008440@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Sat Oct 27 16:47:13 2018
New Revision: 483148
URL: https://svnweb.freebsd.org/changeset/ports/483148

Log:
  Apparently now builds on powerpc64.
  
  PR:		232105
  Submitted by:	Piotr Kubaj

Modified:
  head/net/openvswitch/Makefile

Modified: head/net/openvswitch/Makefile
==============================================================================
--- head/net/openvswitch/Makefile	Sat Oct 27 16:31:51 2018	(r483147)
+++ head/net/openvswitch/Makefile	Sat Oct 27 16:47:13 2018	(r483148)
@@ -12,7 +12,6 @@ COMMENT=	Production quality, multilayer virtual switch
 LICENSE=	APACHE20
 
 BROKEN_mips64=		fails to compile: ofp-actions.h:486: flexible array member in otherwise empty struct
-BROKEN_powerpc64=	fails to compile: bfd.c: internal compiler error: in extract_insn, at recog.c
 
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR}
 



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