diff options
Diffstat (limited to 'lang/gnat/files/patch-ao')
-rw-r--r-- | lang/gnat/files/patch-ao | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/lang/gnat/files/patch-ao b/lang/gnat/files/patch-ao deleted file mode 100644 index 3391b525a05e..000000000000 --- a/lang/gnat/files/patch-ao +++ /dev/null @@ -1,29 +0,0 @@ ---- ../gnat-3.15p-src/examples/Makefile Tue Jan 30 18:00:05 2001 -+++ ../gnat-3.15p-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 - - - #----------------------------------------------------------------------------- |