ports/sysutils/bamf/files/patch-configure
Olivier Duchateau 732a765f6f sysutils/bamf: update to 0.5.6
PR:	264203
Reported by:	duchateau.olivier@gmail.com (maintainer)
2022-06-30 07:33:07 +02:00

11 lines
518 B
Text

--- configure.orig 2022-02-17 18:25:55 UTC
+++ configure
@@ -15473,7 +15473,7 @@ yes)
warning_flags="-wall -Wno-error=deprecated-declarations"
;;
maximum|error)
-warning_flags="-Wall -Wno-error=deprecated-declarations -Wempty-body -Wformat-security -Winit-self -Warray-bounds -Wimplicit-function-declaration"
+warning_flags="-Wall -Wno-error=deprecated-declarations -Warray-bounds -Wimplicit-function-declaration"
if test "$enable_compile_warnings" = "error" ; then
warning_flags="$warning_flags -Werror"
fi