diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-09-27 06:48:16 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-09-27 06:48:16 +0000 |
commit | 4210c3d847b33eed9de990394cb6eb0c5ac74b5b (patch) | |
tree | 11e01a485e7bf8d294c756aa33c34b82f93a4036 /devel/sgl/files | |
parent | 36c5a39f05e26c47327a0b7034622c9ee5d8100c (diff) |
Notes
Diffstat (limited to 'devel/sgl/files')
-rw-r--r-- | devel/sgl/files/patch-makefile | 19 |
1 files changed, 19 insertions, 0 deletions
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: |