freebsd-ports/lang/gnat/files/patch-ag
2010-09-30 16:53:28 +00:00

11 lines
462 B
Text

--- gcc/ada/gnatchop.adb.orig 2010-06-03 02:22:23.000000000 -0400
+++ gcc/ada/gnatchop.adb 2010-09-28 11:05:12.000000000 -0400
@@ -45,7 +45,7 @@
Config_File_Name : constant String_Access := new String'("gnat.adc");
-- The name of the file holding the GNAT configuration pragmas
- Gcc : String_Access := new String'("gcc");
+ Gcc : String_Access := new String'("gnatgcc");
-- May be modified by switch --GCC=
Gcc_Set : Boolean := False;