diff options
author | Piotr Kubaj <pkubaj@FreeBSD.org> | 2019-10-14 19:23:08 +0000 |
---|---|---|
committer | Piotr Kubaj <pkubaj@FreeBSD.org> | 2019-10-14 19:23:08 +0000 |
commit | 9fd24d5934efa184ecaa42c2282ff956bd814d23 (patch) | |
tree | 35a3d74068224b1e35c4584cce7867074a009fa8 | |
parent | 003049aac5f0b3674099d3548593fe8e447f6654 (diff) | |
download | freebsd-ports-9fd24d5934efa184ecaa42c2282ff956bd814d23.zip |
devel/nextpnr: mark broken on powerpc64
It causes python to hang.
Approved by: mentors (implicit approval)
-rw-r--r-- | devel/nextpnr/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/nextpnr/Makefile b/devel/nextpnr/Makefile index 187ca6c44ce3..8755f96fb142 100644 --- a/devel/nextpnr/Makefile +++ b/devel/nextpnr/Makefile @@ -11,6 +11,8 @@ COMMENT= Portable FPGA place and route tool LICENSE= ISCL LICENSE_FILE= ${WRKSRC}/COPYING +BROKEN_powerpc64= runaway build + BUILD_DEPENDS= ${LOCALBASE}/share/trellis/database:devel/trellis \ ${LOCALBASE}/share/icebox:devel/icestorm LIB_DEPENDS= libboost_thread.so:devel/boost-libs \ |