diff options
author | Olivier Duchateau <duchateau.olivier@gmail.com> | 2022-06-29 07:38:36 +0200 |
---|---|---|
committer | Fernando ApesteguĂa <fernape@FreeBSD.org> | 2022-06-30 07:33:07 +0200 |
commit | 732a765f6ffb302c2e16823d3eb74df12ddecf34 (patch) | |
tree | 36ce8bcb29877dd7027380c74018aecddc8399f9 /sysutils/bamf/files/patch-configure | |
parent | news/inn-current: Update to 20220627 (diff) |
sysutils/bamf: update to 0.5.6
PR: 264203
Reported by: duchateau.olivier@gmail.com (maintainer)
Diffstat (limited to 'sysutils/bamf/files/patch-configure')
-rw-r--r-- | sysutils/bamf/files/patch-configure | 31 |
1 files changed, 9 insertions, 22 deletions
diff --git a/sysutils/bamf/files/patch-configure b/sysutils/bamf/files/patch-configure index eaea4dd11aec..9fc3d1c0a7f0 100644 --- a/sysutils/bamf/files/patch-configure +++ b/sysutils/bamf/files/patch-configure @@ -1,24 +1,11 @@ ---- configure.orig 2018-11-07 22:39:51 UTC +--- configure.orig 2022-02-17 18:25:55 UTC +++ configure -@@ -14653,10 +14653,10 @@ fi - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gtester2xunit dependencies" >&5 - $as_echo_n "checking for gtester2xunit dependencies... " >&6; } --if !($PYTHON -c "import libxslt, libxml2" 2> /dev/null); then -+if !($PYTHON -c "import lxml" 2> /dev/null); then - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 - $as_echo "no" >&6; } -- as_fn_error $? "You need to install python-libxslt1 and python-libxml2" "$LINENO" 5; -+ as_fn_error $? "You need to install python-lxml" "$LINENO" 5; +@@ -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 - { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 - $as_echo "yes" >&6; } -@@ -15374,7 +15374,7 @@ rm -f core conftest.err conftest.$ac_objext \ - rm -f conf.gtktest - - --CFLAGS="$CFLAGS -Wall -Werror -Wno-error=deprecated-declarations -Wempty-body -Wformat-security -Winit-self -Warray-bounds -Wimplicit-function-declaration -lm" -+CFLAGS="$CFLAGS -Wall -Winit-self -Warray-bounds -Wimplicit-function-declaration" - - - |