OCaml 4.14.0 rebuild
[arch-packages.git] / libpst / repos / extra-x86_64 / python310.patch
blobc3900838e0b015614d8e3e4932ee4ec3535ba188
1 diff -upr libpst-0.6.76.orig/configure libpst-0.6.76/configure
2 --- libpst-0.6.76.orig/configure 2021-03-28 02:08:10.000000000 +0200
3 +++ libpst-0.6.76/configure 2021-12-03 16:24:53.025153596 +0200
4 @@ -24672,7 +24672,7 @@ if test "$enable_python" = "yes"; then
5 $as_echo_n "checking for python build information... " >&6; }
6 { $as_echo "$as_me:${as_lineno-$LINENO}: result: " >&5
7 $as_echo "" >&6; }
8 -for python in python3.9 python3.8 python3.7 python3.6 python3.5 python3.3 python3.2 python3.1 python3.0 python2.7 python2.6 python2.5 python2.4 python2.3 python2.2 python2.1 python; do
9 +for python in python3.10 python3.9 python3.8 python3.7 python3.6 python3.5 python3.3 python3.2 python3.1 python3.0 python2.7 python2.6 python2.5 python2.4 python2.3 python2.2 python2.1 python; do
10 for ac_prog in $python
12 # Extract the first word of "$ac_prog", so it can be a program name with args.