diff options
author | Piotr Kubaj <pkubaj@FreeBSD.org> | 2025-01-06 21:26:51 +0100 |
---|---|---|
committer | Piotr Kubaj <pkubaj@FreeBSD.org> | 2025-01-12 22:36:28 +0100 |
commit | 88cf64ba9d0c1696fdf89d1c1ef123f1931bb2f2 (patch) | |
tree | 2a139c1b408ff20dee28bdd2f6b4744a82347534 | |
parent | devel/ocaml-res: fix build on powerpc (diff) |
www/deno-dom: broken on powerpc
-rw-r--r-- | www/deno-dom/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/deno-dom/Makefile b/www/deno-dom/Makefile index 0761c8126833..e3c277db2e35 100644 --- a/www/deno-dom/Makefile +++ b/www/deno-dom/Makefile @@ -14,6 +14,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BROKEN_armv7= compilation fails, mismatched types, see https://github.com/b-fuze/deno-dom/issues/178 BROKEN_i386= compilation fails, mismatched types, see https://github.com/b-fuze/deno-dom/issues/178 +BROKEN_powerpc= compilation fails, mismatched types, see https://github.com/b-fuze/deno-dom/issues/178 USES= cargo |