aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-08-05 20:00:20 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-08-05 20:00:20 +0000
commit6ba836b177771906441fa60d5b160fe1e717eedc (patch)
tree90ee04aded32a0fc6d6f6fa5e7f24eaa67df6d11
parent4aba7651e10d6a75c59c51adf8d7c11f223c781a (diff)
downloadports-6ba836b177771906441fa60d5b160fe1e717eedc.tar.gz
ports-6ba836b177771906441fa60d5b160fe1e717eedc.zip
databases/qdbm-plus: Fix build with llvm16
- Pet portclippy Approved by: portmgr (blanket) Sponsored by: The FreeBSD Foundation
-rw-r--r--databases/qdbm-plus/Makefile4
1 files changed, 3 insertions, 1 deletions
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