diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1997-09-25 08:48:00 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1997-09-25 08:48:00 +0000 |
commit | 31f08be6a309375d03f730cefdbae2a6ad49d1d5 (patch) | |
tree | faa7a768db1892a98dce84bf352d0c9665f6c2d1 /lang/gnat/files/patch-ac | |
parent | Make it possible to install the standalone navigator by defining (diff) |
Upgrade to 3.09. This port is no longer broken.
Note you need an existing gnat compiler to build this. (A package will do.)
PR: 3687
Submitted by: Maurice Castro <maurice@planet.serc.rmit.edu.au> and
Daniel M. Eischen <deischen@iworks.InterWorks.org>
Notes
Notes:
svn path=/head/; revision=8025
Diffstat (limited to 'lang/gnat/files/patch-ac')
-rw-r--r-- | lang/gnat/files/patch-ac | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/lang/gnat/files/patch-ac b/lang/gnat/files/patch-ac new file mode 100644 index 000000000000..e2e24ca4b439 --- /dev/null +++ b/lang/gnat/files/patch-ac @@ -0,0 +1,20 @@ +diff -c orig/ada/Makefile.in gcc/ada/Makefile.in +*** orig/ada/Makefile.in Thu Apr 3 12:40:23 1997 +--- gcc-2.7.2.1/ada/Makefile.in Thu Apr 3 12:41:49 1997 +*************** +*** 956,962 **** + $(srcdir)/../move-if-change tmp-ttypef.ads ttypef.ads + touch stamp-ttypef + +! ADA_INCLUDE_DIR = $(prefix)/adainclude + ADA_RTL_OBJ_DIR = $(libsubdir)/adalib + + # Note: the strings below do not make sense for Ada strings in the OS/2 +--- 956,962 ---- + $(srcdir)/../move-if-change tmp-ttypef.ads ttypef.ads + touch stamp-ttypef + +! ADA_INCLUDE_DIR = $(prefix)/include/adainclude + ADA_RTL_OBJ_DIR = $(libsubdir)/adalib + + # Note: the strings below do not make sense for Ada strings in the OS/2 |