git: 6a05c3be176c - main - databases/usql: Broken on several architectures

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Wed, 13 Nov 2024 23:12:35 UTC
The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=6a05c3be176cfc394db14ccf2f06d4fb7d08a346

commit 6a05c3be176cfc394db14ccf2f06d4fb7d08a346
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-11-13 14:58:13 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-11-13 23:12:31 +0000

    databases/usql: Broken on several architectures
    
    Reported by:    fallout
---
 databases/usql/Makefile | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/databases/usql/Makefile b/databases/usql/Makefile
index a9c9e6227ab2..a06a58ff2559 100644
--- a/databases/usql/Makefile
+++ b/databases/usql/Makefile
@@ -11,6 +11,10 @@ WWW=		https://github.com/xo/usql
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BROKEN_aarch64=	fails to find resvg_xx symbols, see https://github.com/xo/usql/issues/494
+BROKEN_armv7=	fails to find resvg_xx symbols, see https://github.com/xo/usql/issues/494
+BROKEN_i386=	fails to find resvg_xx symbols, see https://github.com/xo/usql/issues/494
+
 LIB_DEPENDS=	libresvg.so:graphics/resvg-capi
 
 USES=		go:1.22,modules