git: a2459aa0a93e - main - databases/pgagroal: broken on armv7

From: Robert Clausecker <fuz_at_FreeBSD.org>
Date: Sun, 25 May 2025 00:47:52 UTC
The branch main has been updated by fuz:

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

commit a2459aa0a93e0c0e5ca688e5b05c0a5febd06217
Author:     Robert Clausecker <fuz@FreeBSD.org>
AuthorDate: 2025-05-24 10:25:36 +0000
Commit:     Robert Clausecker <fuz@FreeBSD.org>
CommitDate: 2025-05-25 00:47:06 +0000

    databases/pgagroal: broken on armv7
    
    This can be fixed by making all the pgagroal_*_long() functions
    operate on long long instead of long, but I can't evaluate if
    this would break anything else.
---
 databases/pgagroal/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/databases/pgagroal/Makefile b/databases/pgagroal/Makefile
index 4c9b2ea26cf1..d11561b0511c 100644
--- a/databases/pgagroal/Makefile
+++ b/databases/pgagroal/Makefile
@@ -9,6 +9,8 @@ WWW=		https://agroal.github.io/pgagroal/
 
 LICENSE=	BSD3CLAUSE
 
+BROKEN_armv7=	wants long to be a 64 bit type
+
 BUILD_DEPENDS=	rst2man:textproc/py-docutils
 LIB_DEPENDS=	libcjson.so:devel/libcjson \
 		libev.so:devel/libev