From 4210c3d847b33eed9de990394cb6eb0c5ac74b5b Mon Sep 17 00:00:00 2001 From: Edwin Groothuis Date: Sat, 27 Sep 2003 06:48:16 +0000 Subject: New port: SGL - incomplete STL implementation for ADA95 The Ada "Standard Generic Library" (SGL) The Ada SGL is a port of the C++ Standard Template Library (STL). PR: ports/46410 Submitted by: David Holm --- devel/sgl/files/patch-makefile | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 devel/sgl/files/patch-makefile (limited to 'devel/sgl/files/patch-makefile') diff --git a/devel/sgl/files/patch-makefile b/devel/sgl/files/patch-makefile new file mode 100644 index 000000000000..efba499f3068 --- /dev/null +++ b/devel/sgl/files/patch-makefile @@ -0,0 +1,19 @@ +--- test/makefile.orig Wed Aug 19 03:59:46 1998 ++++ test/makefile Fri Dec 20 22:03:12 2002 +@@ -11,7 +11,7 @@ + # + + GNATMAKE=gnatmake +-ADA_INCLUDE=-I../SGL ++ADA_INCLUDE=-I/usr/local/lib/SGL + # Debuging flags :-v -gnatv -gnatf #-gnatdc + GFLAGS_OPT=-O3 -gnatn + #GFLAGS=-g +@@ -57,6 +57,6 @@ + ./test_iterators + + clean: dummy +- rm -f *.ali *.o *~ b_*.c test_vectors.exe test_lists.exe test_trees.exe test_sets.exe test_maps.exe test_stacks.exe test_queues.exe test_algorithms.exe test_container_signatures.exe test_functions.exe test_iterators.exe benchmark.exe ++ rm -f *.ali *.o *~ *.log b_*.c b~* test_vectors test_lists test_trees test_sets test_maps test_stacks test_queues test_algorithms test_container_signatures test_functions test_iterators benchmark + + dummy: -- cgit v1.2.3