diff options
author | linimon <linimon@FreeBSD.org> | 2018-10-28 00:47:13 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2018-10-28 00:47:13 +0800 |
commit | 9a392ef903ac562333c621ce684af4e4819d665c (patch) | |
tree | 8c333a3805cc1d6f7b3e933bd8d0b0af34210f39 | |
parent | b8afa262473f460262d3469aaeadeb9d15959b3b (diff) | |
download | freebsd-ports-gnome-9a392ef903ac562333c621ce684af4e4819d665c.tar.gz freebsd-ports-gnome-9a392ef903ac562333c621ce684af4e4819d665c.tar.zst freebsd-ports-gnome-9a392ef903ac562333c621ce684af4e4819d665c.zip |
Apparently now builds on powerpc64.
PR: 232105
Submitted by: Piotr Kubaj
-rw-r--r-- | net/openvswitch/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/openvswitch/Makefile b/net/openvswitch/Makefile index e227a32899ce..5fbcd41c155b 100644 --- a/net/openvswitch/Makefile +++ b/net/openvswitch/Makefile @@ -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} |