git: 597e7072e981 - main - databases/ruby-bdb: fix build with db18
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 14 Sep 2023 14:22:50 UTC
The branch main has been updated by dinoex: URL: https://cgit.FreeBSD.org/ports/commit/?id=597e7072e9815fdcee74a453ae1626e5968cec15 commit 597e7072e9815fdcee74a453ae1626e5968cec15 Author: Dirk Meyer <dinoex@FreeBSD.org> AuthorDate: 2023-09-14 14:22:35 +0000 Commit: Dirk Meyer <dinoex@FreeBSD.org> CommitDate: 2023-09-14 14:22:35 +0000 databases/ruby-bdb: fix build with db18 --- databases/ruby-bdb/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/databases/ruby-bdb/Makefile b/databases/ruby-bdb/Makefile index 9eea5f986fbd..512f33bc608a 100644 --- a/databases/ruby-bdb/Makefile +++ b/databases/ruby-bdb/Makefile @@ -30,6 +30,7 @@ CONFIGURE_ARGS= --with-db-include=${BDB_INCLUDE_DIR} \ --with-db-lib=${BDB_LIB_DIR} ALL_TARGET= all rdoc INSTALL_TARGET= site-install +WITH_BDB6_PERMITTED= yes DOCS= Changes README.en bdb.rd docs/*.rd DOCSDIR= ${RUBY_MODDOCDIR}