diff options
author | Neil Blakey-Milner <nbm@FreeBSD.org> | 2000-08-01 10:00:31 +0000 |
---|---|---|
committer | Neil Blakey-Milner <nbm@FreeBSD.org> | 2000-08-01 10:00:31 +0000 |
commit | b45c6f59e4a973409a9dc5f7673a86c62cc89ebf (patch) | |
tree | f4ef5983eb9f612b7a52973343451f87e19c5471 /devel/asis-gpl/files/patch-aa | |
parent | Distfile is changed without version number bump. Differences are (diff) |
Add asis, the Ada Semantic Interface Specification.
PR: ports/19873
Submitted by: Thomas Quinot <quinot@inf.enst.fr>
Notes
Notes:
svn path=/head/; revision=31200
Diffstat (limited to 'devel/asis-gpl/files/patch-aa')
-rw-r--r-- | devel/asis-gpl/files/patch-aa | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/devel/asis-gpl/files/patch-aa b/devel/asis-gpl/files/patch-aa new file mode 100644 index 000000000000..55cc39c424f5 --- /dev/null +++ b/devel/asis-gpl/files/patch-aa @@ -0,0 +1,12 @@ +#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); + |