git: 0586757c29f8 - main - databases/proxysql: fix build on armv7
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 19 Sep 2025 08:28:53 UTC
The branch main has been updated by fuz:
URL: https://cgit.FreeBSD.org/ports/commit/?id=0586757c29f879c3375f7a782d1d4824851d360a
commit 0586757c29f879c3375f7a782d1d4824851d360a
Author: Robert Clausecker <fuz@FreeBSD.org>
AuthorDate: 2025-09-18 16:31:13 +0000
Commit: Robert Clausecker <fuz@FreeBSD.org>
CommitDate: 2025-09-19 08:25:54 +0000
databases/proxysql: fix build on armv7
size_t vs. unsigned long type confusion.
Approved by: portmgr (build fix blanket)
MFH: 2025Q3
---
databases/proxysql/Makefile | 2 --
1 file changed, 2 deletions(-)
diff --git a/databases/proxysql/Makefile b/databases/proxysql/Makefile
index 24a1c73b91d3..d9f941ade395 100644
--- a/databases/proxysql/Makefile
+++ b/databases/proxysql/Makefile
@@ -10,8 +10,6 @@ WWW= https://www.proxysql.com/
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/LICENSE
-BROKEN_i386= configure: error: Unsupported pointer size: 0
-
BUILD_DEPENDS= aclocal:devel/automake \
autoreconf:devel/autoconf \
bash:shells/bash \