git: c536fdf2eb9f - main - databases/ldb25: fix build with python 3.12
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 13 Jan 2026 17:45:12 UTC
The branch main has been updated by antoine:
URL: https://cgit.FreeBSD.org/ports/commit/?id=c536fdf2eb9f6bd817c315c471425b12d795d73e
commit c536fdf2eb9f6bd817c315c471425b12d795d73e
Author: Antoine Brodin <antoine@FreeBSD.org>
AuthorDate: 2026-01-13 17:43:54 +0000
Commit: Antoine Brodin <antoine@FreeBSD.org>
CommitDate: 2026-01-13 17:43:54 +0000
databases/ldb25: fix build with python 3.12
PR: 285957
---
databases/ldb25/Makefile | 1 +
1 file changed, 1 insertion(+)
diff --git a/databases/ldb25/Makefile b/databases/ldb25/Makefile
index 0c6b3119f77a..06b6f727bd15 100644
--- a/databases/ldb25/Makefile
+++ b/databases/ldb25/Makefile
@@ -18,6 +18,7 @@ LDB_DEPENDS= talloc>=2.2.0:devel/talloc tevent>=0.10.0:devel/tevent \
tdb>=1.4.0:databases/tdb lmdb>=0.9.23:databases/lmdb \
popt>=0:devel/popt
BUILD_DEPENDS= ${LDB_DEPENDS} \
+ ${PY_SETUPTOOLS} \
cmocka>=1.1.3:sysutils/cmocka
TEST_DEPENDS= ${LDB_DEPENDS} \
cmocka>=1.1.3:sysutils/cmocka