diff options
author | Daniel Eischen <deischen@FreeBSD.org> | 2005-11-29 00:01:24 +0000 |
---|---|---|
committer | Daniel Eischen <deischen@FreeBSD.org> | 2005-11-29 00:01:24 +0000 |
commit | 653aef86bca9e3d3807bd0bbfdecd29a7beda3bd (patch) | |
tree | 18f7b9db8895f0cb3203d925c1250d6ff5333f6d /lang/gnat/files/patch-ah | |
parent | - Update to 2.0.7 (diff) |
Update the antiquated version of the GNAT compiler to the GPL-2005
version.
Note that this version now produces executables that are
covered by the GPL as opposed to the previous version which was
covered by the modified GPL.
Also note that the GNAT sources in the stock GCC-4 tree are
not under this restriction. A new port based on the sources
in GCC-4 will come when I get the time.
Diffstat (limited to 'lang/gnat/files/patch-ah')
-rw-r--r-- | lang/gnat/files/patch-ah | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/lang/gnat/files/patch-ah b/lang/gnat/files/patch-ah deleted file mode 100644 index 1cfe0c40d75b..000000000000 --- a/lang/gnat/files/patch-ah +++ /dev/null @@ -1,11 +0,0 @@ ---- ada/a-cstrea.c.orig Fri Feb 1 22:59:35 2002 -+++ ada/a-cstrea.c Fri Feb 1 23:03:11 2002 -@@ -205,7 +205,7 @@ - #elif defined (MSDOS) - _fixpath (nam, buffer); - --#elif defined (sgi) -+#elif defined (sgi) || defined (__FreeBSD__) - - /* Use realpath function which resolves links and references to .. and .. - on those Unix systems that support it. Note that linux provides it but |