diff options
author | Mikael Urankar <mikael@FreeBSD.org> | 2022-05-31 10:40:09 +0000 |
---|---|---|
committer | Mikael Urankar <mikael@FreeBSD.org> | 2022-05-31 10:40:58 +0000 |
commit | 8e42787633057b67d32f67ce0c4ed091cb9a4174 (patch) | |
tree | 3556185c55c73a89f2972e88fb1e432acf158a53 | |
parent | 777a1d766ee3db26c2a54cc5a57531cf06b99709 (diff) |
www/onlyoffice-documentserver: Mark as broken on i386
v8 doesn't compile on this arch
PR: 264367
Reported by: salvadore
-rw-r--r-- | www/onlyoffice-documentserver/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/www/onlyoffice-documentserver/Makefile b/www/onlyoffice-documentserver/Makefile index ff9cfe09a257..882971d1d4fd 100644 --- a/www/onlyoffice-documentserver/Makefile +++ b/www/onlyoffice-documentserver/Makefile @@ -19,6 +19,8 @@ COMMENT= Secure office and productivity apps LICENSE= AGPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE.txt +BROKEN_i386= fails to build + BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Jinja2>=0:devel/py-Jinja2@${PY_FLAVOR} \ boost-libs>0:devel/boost-libs \ glib>=2.54:devel/glib20 \ |