ports/databases/ldb25/files/patch-lib_replace_wscript
Xavier Beaudouin fcceba49c9 databases/ldb25: Add port, needed for noldb flavor of Samba
Sponsored by:		Klara, Inc.
Differential Revision:	https://reviews.freebsd.org/D43748
2024-03-12 20:42:41 +01:00

11 lines
450 B
Text

--- lib/replace/wscript.orig 2022-10-24 10:21:14 UTC
+++ lib/replace/wscript
@@ -122,7 +122,7 @@ def configure(conf):
conf.CHECK_HEADERS('sys/atomic.h stdatomic.h')
conf.CHECK_HEADERS('libgen.h')
- if conf.CHECK_CFLAGS('-Wno-format-truncation'):
+ if conf.CHECK_CFLAGS(['-Wno-format-truncation'] + conf.env.WERROR_CFLAGS):
conf.define('HAVE_WNO_FORMAT_TRUNCATION', '1')
if conf.CHECK_CFLAGS('-Wno-unused-function'):