git: 6ba836b17777 - main - databases/qdbm-plus: Fix build with llvm16
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 05 Aug 2023 20:10:17 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=6ba836b177771906441fa60d5b160fe1e717eedc commit 6ba836b177771906441fa60d5b160fe1e717eedc Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2023-08-05 20:00:20 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2023-08-05 20:00:20 +0000 databases/qdbm-plus: Fix build with llvm16 - Pet portclippy Approved by: portmgr (blanket) Sponsored by: The FreeBSD Foundation --- databases/qdbm-plus/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/databases/qdbm-plus/Makefile b/databases/qdbm-plus/Makefile index bd20c9e3a232..cfeddd28ed50 100644 --- a/databases/qdbm-plus/Makefile +++ b/databases/qdbm-plus/Makefile @@ -16,10 +16,12 @@ LIB_DEPENDS= liblzo2.so:archivers/lzo2 \ libqdbm.so:databases/qdbm USES= iconv shebangfix +USE_CXXSTD= c++14 +USE_LDCONFIG= yes + SHEBANG_FILES= xapidoc/installdox WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/plus GNU_CONFIGURE= yes -USE_LDCONFIG= yes CONFIGURE_ENV= ac_cv_lib_iconv_main=yes CXXFLAGS+= -fsigned-char -fPIC INSTALL_TARGET= install-strip