diff options
author | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2020-06-29 19:14:25 +0000 |
---|---|---|
committer | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2020-06-29 19:14:25 +0000 |
commit | 5c23a1a7fdf1377a58cb25b23d8d407abeabb896 (patch) | |
tree | 7676b0b98c2320945ae699c621a2a9d2d09a1484 /sysutils/bamf/files/patch-configure | |
parent | Add py-ttictoc (diff) |
Update to 0.5.4
Pass maintainership to submitter
PR: 243490
Submitted by: Olivier Duchateau <duchateau.olivier@gmail.com>
Notes
Notes:
svn path=/head/; revision=540826
Diffstat (limited to 'sysutils/bamf/files/patch-configure')
-rw-r--r-- | sysutils/bamf/files/patch-configure | 21 |
1 files changed, 17 insertions, 4 deletions
diff --git a/sysutils/bamf/files/patch-configure b/sysutils/bamf/files/patch-configure index ce89b2311b6f..eaea4dd11aec 100644 --- a/sysutils/bamf/files/patch-configure +++ b/sysutils/bamf/files/patch-configure @@ -1,11 +1,24 @@ ---- configure.orig 2016-08-25 15:18:48 UTC +--- configure.orig 2018-11-07 22:39:51 UTC +++ configure -@@ -15233,7 +15233,7 @@ rm -f core conftest.err conftest.$ac_obj +@@ -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; + 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 -Wempty-body -Wformat-security -Winit-self -Warray-bounds -Wimplicit-function-declaration -lm" -+CFLAGS="$CFLAGS -Wall -Wformat-security -Winit-self -Wimplicit-function-declaration" +-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" |