]> git.pld-linux.org Git - packages/ncurses.git/blob - gcc10.patch
daa1ec22125f4a8ba9933b067053d2b22c0cee9a
[packages/ncurses.git] / gcc10.patch
1 --- ncurses-6.1-20200118/aclocal.m4~    2020-01-18 18:30:44.000000000 +0100
2 +++ ncurses-6.1-20200118/aclocal.m4     2020-05-19 08:49:10.694013352 +0200
3 @@ -1145,7 +1145,7 @@
4  [
5  AC_REQUIRE([CF_GNAT_VERSION])
6  case $cf_cv_gnat_version in
7 -(3.1[[1-9]]*|3.[[2-9]]*|[[4-9]].*|20[[0-9]][[0-9]])
8 +(3.1[[1-9]]*|3.[[2-9]]*|[[4-9]].*|1[[0-9]].*|20[[0-9]][[0-9]])
9         cf_cv_prog_gnat_correct=yes
10         ;;
11  (*)
12 --- ncurses-6.1-20200118/configure~     2020-01-12 01:10:58.000000000 +0100
13 +++ ncurses-6.1-20200118/configure      2020-05-19 08:52:57.975016517 +0200
14 @@ -24346,7 +24346,7 @@
15  test -z "$cf_cv_gnat_version" && cf_cv_gnat_version=no
16  
17  case $cf_cv_gnat_version in
18 -(3.1[1-9]*|3.[2-9]*|[4-9].*|20[0-9][0-9])
19 +(3.1[1-9]*|3.[2-9]*|[4-9].*|1[0-9].*|20[0-9][0-9])
20         cf_cv_prog_gnat_correct=yes
21         ;;
22  (*)
This page took 0.299559 seconds and 2 git commands to generate.