mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
ad309c29e3
PR: 34670 Submitted by: Joe Marcus Clarke <marcus@marcuscom.com>
30 lines
626 B
Plaintext
30 lines
626 B
Plaintext
--- ../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
|
|
|
|
|
|
#-----------------------------------------------------------------------------
|