mirror of
https://git.freebsd.org/ports.git
synced 2025-06-13 08:40:39 -04:00
Pass maintainership to submitter PR: 243490 Submitted by: Olivier Duchateau <duchateau.olivier@gmail.com>
24 lines
1,021 B
Text
24 lines
1,021 B
Text
--- configure.orig 2018-11-07 22:39:51 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;
|
|
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"
|
|
|
|
|
|
|