mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-08 06:48:28 +00:00
lang/asis: Fix build for gcc6
The UET_Address attribute has been removed for gcc6. It was intended for internal use only, but it wasn't used. Rather than apply this patch for GCC6 only through the EXTRA_PATCHES mechanism, just unconditionally remove the check regardless of gnat used to build it. (It should not make any difference). No bump required.
This commit is contained in:
parent
88c2b62927
commit
25d43fc008
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=403166
10
lang/asis/files/patch-asis_a4g-mapping.adb
Normal file
10
lang/asis/files/patch-asis_a4g-mapping.adb
Normal file
@ -0,0 +1,10 @@
|
||||
--- asis/a4g-mapping.adb.orig 2015-05-06 10:56:05 UTC
|
||||
+++ asis/a4g-mapping.adb
|
||||
@@ -1933,7 +1933,6 @@ package body A4G.Mapping is
|
||||
Attribute_Chars = Name_Target_Name or else
|
||||
Attribute_Chars = Name_To_Address or else
|
||||
Attribute_Chars = Name_Type_Class or else
|
||||
- Attribute_Chars = Name_UET_Address or else
|
||||
Attribute_Chars = Name_Universal_Literal_String or else
|
||||
Attribute_Chars = Name_Unrestricted_Access or else
|
||||
Attribute_Chars = Name_Update or else
|
Loading…
Reference in New Issue
Block a user