freebsd-ports/lang/gnat/files/patch-ag
Daniel Eischen f12ee9219b Update to the latest released version of GNAT (3.15p). Also use a
new bootstrap compiler and fix so that it builds under -current.

Approved by:	portmgr
2002-12-01 19:10:48 +00:00

19 lines
696 B
Text

*** ./ada/gnatchop.adb.orig Thu Oct 24 04:02:18 2002
--- ./ada/gnatchop.adb Fri Nov 22 09:18:03 2002
***************
*** 49,55 ****
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");
-- May be modified by switch --GCC=
Gcc_Set : Boolean := False;
--- 49,55 ----
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'("adagcc");
-- May be modified by switch --GCC=
Gcc_Set : Boolean := False;