1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-05 22:43:24 +00:00
freebsd-ports/lang/gnat/files/patch-ag
1999-11-09 12:33:43 +00:00

20 lines
490 B
Plaintext

*** ./ada/gnatchop.adb.orig Fri Sep 24 08:42:44 1999
--- ./ada/gnatchop.adb Tue Nov 2 02:43:44 1999
***************
*** 1575,1581 ****
begin
-- Check presence of required executables
! Gnat_Cmd := Locate_Executable ("gcc");
if Gnat_Cmd = null then
goto No_Files_Written;
--- 1575,1581 ----
begin
-- Check presence of required executables
! Gnat_Cmd := Locate_Executable ("adagcc");
if Gnat_Cmd = null then
goto No_Files_Written;