git: f6b56c7afcd6 - main - www/deno-dom: Broken on i386
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 24 Aug 2024 03:45:47 UTC
The branch main has been updated by yuri:
URL: https://cgit.FreeBSD.org/ports/commit/?id=f6b56c7afcd671e5a2ff4fed7e5c042c3a89e2ba
commit f6b56c7afcd671e5a2ff4fed7e5c042c3a89e2ba
Author: Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-08-24 02:24:46 +0000
Commit: Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-08-24 03:45:44 +0000
www/deno-dom: Broken on i386
Reported by: fallout
---
www/deno-dom/Makefile | 2 ++
1 file changed, 2 insertions(+)
diff --git a/www/deno-dom/Makefile b/www/deno-dom/Makefile
index 67aafcef24cd..b84e1374e9c8 100644
--- a/www/deno-dom/Makefile
+++ b/www/deno-dom/Makefile
@@ -10,6 +10,8 @@ WWW= https://jsr.io/@b-fuze/deno-dom
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
+BROKEN_i386= compilation fails, mismatched types, see https://github.com/b-fuze/deno-dom/issues/178
+
USES= cargo
USE_GITHUB= yes