diff options
author | Robert Clausecker <fuz@FreeBSD.org> | 2025-05-24 12:25:36 +0200 |
---|---|---|
committer | Robert Clausecker <fuz@FreeBSD.org> | 2025-05-25 02:47:06 +0200 |
commit | a2459aa0a93e0c0e5ca688e5b05c0a5febd06217 (patch) | |
tree | 95d031293ae002ff7037751ef60fe0065a5b623e | |
parent | games/nlarn: exorcise -Werror (diff) |
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.
-rw-r--r-- | databases/pgagroal/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
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 |