summaryrefslogtreecommitdiff
path: root/devel/adabooch/files
diff options
context:
space:
mode:
Diffstat (limited to 'devel/adabooch/files')
-rw-r--r--devel/adabooch/files/patch-demo-makefile11
-rw-r--r--devel/adabooch/files/patch-test-makefile11
2 files changed, 22 insertions, 0 deletions
diff --git a/devel/adabooch/files/patch-demo-makefile b/devel/adabooch/files/patch-demo-makefile
new file mode 100644
index 000000000000..56646179aae5
--- /dev/null
+++ b/devel/adabooch/files/patch-demo-makefile
@@ -0,0 +1,11 @@
+--- demo/makefile.orig Sun Jun 2 16:49:53 2002
++++ demo/makefile Sat Dec 21 19:20:50 2002
+@@ -22,7 +22,7 @@
+ # Demos
+
+ GNATMAKE = gnatmake
+-GNATMAKE_FLAGS = -I.. -O2 -g -gnata -gnatf -gnatwu -gnatwl -gnaty
++GNATMAKE_FLAGS = -I/usr/local/lib/booch -O2 -g -gnata -gnatf -gnatwu -gnatwl -gnaty
+
+ all:: demos
+
diff --git a/devel/adabooch/files/patch-test-makefile b/devel/adabooch/files/patch-test-makefile
new file mode 100644
index 000000000000..41eaa114387c
--- /dev/null
+++ b/devel/adabooch/files/patch-test-makefile
@@ -0,0 +1,11 @@
+--- test/makefile.orig Sun Jun 2 16:49:53 2002
++++ test/makefile Sat Dec 21 19:20:33 2002
+@@ -28,7 +28,7 @@
+ ########
+ # Tests
+
+-GNATMAKE_FLAGS = -I.. -O2 -g -gnatafy -gnatwlu
++GNATMAKE_FLAGS = -I/usr/local/lib/booch -O2 -g -gnatafy -gnatwlu
+
+ test: testable
+ for t in $(TESTABLE); do \