1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/devel/asis/files/patch-aa

13 lines
392 B
Plaintext
Raw Normal View History

#PATCHOPTIONS: -p0
--- asis/a4g-gnat_int.ads.orig Wed Oct 27 15:06:50 1999
+++ asis/a4g-gnat_int.ads Wed Oct 27 15:06:57 1999
@@ -67,7 +67,7 @@
-- Compiler Variables & Routines --
-----------------------------------
- Gcc : constant String := "gcc";
+ Gcc : constant String := "adagcc";
Nul_Argument_List : constant Argument_List (1 .. 0) := (others => null);