git: 88cf64ba9d0c - main - www/deno-dom: broken on powerpc
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 12 Jan 2025 21:42:59 UTC
The branch main has been updated by pkubaj: URL: https://cgit.FreeBSD.org/ports/commit/?id=88cf64ba9d0c1696fdf89d1c1ef123f1931bb2f2 commit 88cf64ba9d0c1696fdf89d1c1ef123f1931bb2f2 Author: Piotr Kubaj <pkubaj@FreeBSD.org> AuthorDate: 2025-01-06 20:26:51 +0000 Commit: Piotr Kubaj <pkubaj@FreeBSD.org> CommitDate: 2025-01-12 21:36:28 +0000 www/deno-dom: broken on powerpc --- www/deno-dom/Makefile | 1 + 1 file changed, 1 insertion(+) 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