diff options
author | linimon <linimon@FreeBSD.org> | 2018-08-12 12:02:04 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2018-08-12 12:02:04 +0800 |
commit | 4927e93a143be8b036010dc4ad0b0f423fad798c (patch) | |
tree | aaa00030ea438bde530b4ac0da6ceb0ee27b6ee9 | |
parent | 9024732a999537ddceaa73003ac52d4825afa30a (diff) | |
download | freebsd-ports-gnome-4927e93a143be8b036010dc4ad0b0f423fad798c.tar.gz freebsd-ports-gnome-4927e93a143be8b036010dc4ad0b0f423fad798c.tar.zst freebsd-ports-gnome-4927e93a143be8b036010dc4ad0b0f423fad798c.zip |
Mark as broken on aarch64. (Can't test on armv6; blocked due to lv2.)
Approved by: portmgr (tier-2 blanket)
-rw-r--r-- | audio/faust-lv2/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/audio/faust-lv2/Makefile b/audio/faust-lv2/Makefile index 86d41e9ea8b6..f24825f9bbb5 100644 --- a/audio/faust-lv2/Makefile +++ b/audio/faust-lv2/Makefile @@ -13,6 +13,8 @@ COMMENT= LV2 plugin architecture for the Faust programming language LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING +BROKEN_aarch64= fails to link: can't create dynamic relocation R_AARCH64_ADR_PREL_PG_HI21 against symbol: vtable for LV2UI in readonly segment + BUILD_DEPENDS= lv2>0:audio/lv2 \ faust>0:audio/faust \ ${LOCALBASE}/include/boost/circular_buffer.hpp:devel/boost-libs |