1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/lang/glade-gpl/files/patch-af
Neil Blakey-Milner 141cc629a2 Add gnat-glade, the glade companion package to gnat, for building
distributed systems in Ada.

PR:		ports/18374
Submitted by:	Samuel Tardieu <sam@inf.enst.fr>
2000-07-31 15:01:38 +00:00

12 lines
532 B
Plaintext

--- ada/make.adb.orig Wed May 3 20:09:55 2000
+++ ada/make.adb Wed May 3 20:10:20 2000
@@ -238,7 +238,7 @@
-- Compiler, Binder & Linker Data and Subprograms --
----------------------------------------------------
- Gcc : String_Access := Program_Name ("gcc");
+ Gcc : String_Access := Program_Name ("adagcc");
Gnatbind : String_Access := Program_Name ("gnatbind");
Gnatlink : String_Access := Program_Name ("gnatlink");
-- Default compiler, binder, linker programs