ports/devel/libtool/files/patch-tests_testsuite
Tijl Coosemans 51638b90e3 devel/libtool, devel/libltdl: update to 2.4.7
comms/wsjtx: patch configure instead of configure.ac to avoid autotools.
The build runs autoconf to regenerate configure but forgets to run
libtoolize to update ltmain.sh.

PR:		263151
Exp-run by:	antoine
2022-04-13 15:30:25 +02:00

20 lines
571 B
Text

--- tests/testsuite.orig 2022-03-17 02:45:47 UTC
+++ tests/testsuite
@@ -8737,7 +8737,7 @@ at_xfail=no
{ set +x
$as_echo "$at_srcdir/demo.at:513: case \$host in
-hppa*|x86_64*|s390*)
+hppa*|amd64*|x86_64*|s390*)
# These hosts cannot use non-PIC shared libs
exit 77 ;;
*-solaris*|*-sunos*)
@@ -8762,7 +8762,7 @@ fi
"
at_fn_check_prepare_notrace 'a `...` command substitution' "demo.at:513"
( $at_check_trace; case $host in
-hppa*|x86_64*|s390*)
+hppa*|amd64*|x86_64*|s390*)
# These hosts cannot use non-PIC shared libs
exit 77 ;;
*-solaris*|*-sunos*)