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.
This commit is contained in:
Robert Clausecker 2025-05-24 12:25:36 +02:00
parent a34db00ea3
commit a2459aa0a9

View File

@ -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