]> git.pld-linux.org Git - packages/ncurses.git/blame - gcc10.patch
- release 5 (by relup.sh)
[packages/ncurses.git] / gcc10.patch
CommitLineData
99c0c5ee
JR
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.162003 seconds and 4 git commands to generate.