summaryrefslogtreecommitdiff
path: root/databases/db18
diff options
context:
space:
mode:
authorYasuhiro Kimura <yasu@FreeBSD.org>2023-02-11 16:39:53 +0900
committerYasuhiro Kimura <yasu@FreeBSD.org>2023-02-11 17:42:26 +0900
commitcb188cbfd474c422243e87675e6e0861de4e1fc2 (patch)
treedb83646816151d2a3a28fd7df500772e45ccf4d8 /databases/db18
parentcad/openvsp: drop unused libpthread-stubs (diff)
databases/db18: Fix build with LLVM15
MFH: 2023Q1
Diffstat (limited to 'databases/db18')
-rw-r--r--databases/db18/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/db18/Makefile b/databases/db18/Makefile
index 20c649aa45d4..0c9eab17bc61 100644
--- a/databases/db18/Makefile
+++ b/databases/db18/Makefile
@@ -38,7 +38,8 @@ CONFIGURE_ARGS= --bindir=${PREFIX}/bin/${PORTNAME} \
MAKE_ARGS+= docdir=${DOCSDIR}
INSTALL_TARGET= install_include install_lib install_utilities
-CFLAGS+= -I${OPENSSLINC}
+CFLAGS+= -I${OPENSSLINC} -Wno-deprecated-non-prototype \
+ -Wno-incompatible-library-redeclaration -Wno-int-conversion
CPPFLAGS+= -I${OPENSSLINC}
LDFLAGS+= -L${OPENSSLLIB}