diff options
author | 2018-06-09 20:39:25 +0200 | |
---|---|---|
committer | 2018-06-09 20:41:13 +0200 | |
commit | e547d8901c640355c266a003976053ebcfd6884d (patch) | |
tree | 634b1ccbcd235b26ceaf9b97eb895ec0887f5a75 /dev-lang/gnat-gpl/files | |
parent | games-action/minetest_game: version bump to 0.4.17 (diff) | |
download | gentoo-e547d8901c640355c266a003976053ebcfd6884d.tar.gz gentoo-e547d8901c640355c266a003976053ebcfd6884d.tar.bz2 gentoo-e547d8901c640355c266a003976053ebcfd6884d.zip |
dev-lang/gnat-gpl: Version bump to gnat-gpl-2018
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'dev-lang/gnat-gpl/files')
-rw-r--r-- | dev-lang/gnat-gpl/files/gnat-gpl-2018-gentoo.patch | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/dev-lang/gnat-gpl/files/gnat-gpl-2018-gentoo.patch b/dev-lang/gnat-gpl/files/gnat-gpl-2018-gentoo.patch new file mode 100644 index 000000000000..b778900083ef --- /dev/null +++ b/dev-lang/gnat-gpl/files/gnat-gpl-2018-gentoo.patch @@ -0,0 +1,18 @@ +--- gcc-7-gpl-2018-src/gcc/ada/osint.adb.old 2017-03-10 21:58:02.600710156 +0100 ++++ gcc-7-gpl-2018-src/gcc/ada/osint.adb 2017-03-10 21:59:38.033983293 +0100 +@@ -2229,14 +2229,11 @@ + for J in Start_Of_Prefix .. Name_Len - Prog'Length + 1 loop + if Name_Buffer (J .. J + Prog'Length - 1) = Prog then + End_Of_Prefix := J - 1; ++ Start_Of_Suffix := J + Prog'Length; + exit; + end if; + end loop; + +- if End_Of_Prefix > 1 then +- Start_Of_Suffix := End_Of_Prefix + Prog'Length + 1; +- end if; +- + -- Create the new program name + + return new String' |