diff options
Diffstat (limited to 'devel/asis-gpl/files/patch-asis_a4g-gnat_int.adb')
-rw-r--r-- | devel/asis-gpl/files/patch-asis_a4g-gnat_int.adb | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/devel/asis-gpl/files/patch-asis_a4g-gnat_int.adb b/devel/asis-gpl/files/patch-asis_a4g-gnat_int.adb deleted file mode 100644 index 4dd09e2f4c2b..000000000000 --- a/devel/asis-gpl/files/patch-asis_a4g-gnat_int.adb +++ /dev/null @@ -1,11 +0,0 @@ ---- asis/a4g-gnat_int.adb.orig Mon Jan 1 01:18:22 2007 -+++ asis/a4g-gnat_int.adb Mon Jan 1 01:18:54 2007 -@@ -72,7 +72,7 @@ - - LT : String renames ASIS_Line_Terminator; - Standard_GCC : constant String_Access := -- GNAT.OS_Lib.Locate_Exec_On_Path ("gcc"); -+ GNAT.OS_Lib.Locate_Exec_On_Path ("gnatgcc"); - - ----------------- - -- Create_Tree -- |