diff options
author | Kevin Lo <kevlo@FreeBSD.org> | 2002-02-09 08:40:28 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@FreeBSD.org> | 2002-02-09 08:40:28 +0000 |
commit | ad309c29e327900c8ec0824f979052b0a930aa26 (patch) | |
tree | e2c5fa3c5378a0f3e83288ce058e71b04eae4068 /lang/gnat/files/patch-ao | |
parent | Update jgnat so it will continue to build with the new compiler which (diff) |
Update to version 3.14p
PR: 34670
Submitted by: Joe Marcus Clarke <marcus@marcuscom.com>
Notes
Notes:
svn path=/head/; revision=54414
Diffstat (limited to 'lang/gnat/files/patch-ao')
-rw-r--r-- | lang/gnat/files/patch-ao | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/lang/gnat/files/patch-ao b/lang/gnat/files/patch-ao new file mode 100644 index 000000000000..5ad4ff0b5afe --- /dev/null +++ b/lang/gnat/files/patch-ao @@ -0,0 +1,29 @@ +--- ../gnat-3.14p-src/examples/Makefile Tue Jan 30 18:00:05 2001 ++++ ../gnat-3.14p-src/examples/Makefile.new Mon Feb 4 15:01:55 2002 +@@ -6,10 +6,10 @@ + CC = gcc + + # the Ada Compiler +-ADAC = $(CC) ++ADAC = adagcc + + # the C++ compiler +-CPLUSPLUS = c++ ++CPLUSPLUS = g++ + + # Gnat1 compilation flags + GF = -O2 +@@ -32,9 +32,10 @@ + demo1$e \ + demo2$e \ + test_cl$e \ +- diners$e \ +- ex6_main \ +- cpp_main ++ diners$e ++# \ C++ not built into FreeBSD GNAT ++# ex6_main$e \ ++# cpp_main$e + + + #----------------------------------------------------------------------------- |