aboutsummaryrefslogtreecommitdiff
path: root/devel/adabooch/files
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2003-09-27 06:33:07 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2003-09-27 06:33:07 +0000
commitfe840965796f04e113c9beeceba034258223788c (patch)
tree515466383594528ca29c34fc0685d9e33636c129 /devel/adabooch/files
parente7ac705e54f5e4f3c7971aa5694f1471a4e0b2d2 (diff)
Notes
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 \