summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authortron <tron>1998-11-25 23:59:18 +0000
committertron <tron>1998-11-25 23:59:18 +0000
commitcafc1d79898536e6d95fda017de2ddaf1c7c5730 (patch)
tree070b559a3a588dd215352131da65c289473a3d5d /math
parent8da7d6115efda074f1ad5a86ca6f78806995dfc8 (diff)
downloadpkgsrc-cafc1d79898536e6d95fda017de2ddaf1c7c5730.tar.gz
Fix egcs compile errors.
Diffstat (limited to 'math')
-rw-r--r--math/octave/patches/patch-ab13
-rw-r--r--math/octave/patches/patch-ad13
2 files changed, 26 insertions, 0 deletions
diff --git a/math/octave/patches/patch-ab b/math/octave/patches/patch-ab
new file mode 100644
index 00000000000..40ea524995e
--- /dev/null
+++ b/math/octave/patches/patch-ab
@@ -0,0 +1,13 @@
+$NetBSD: patch-ab,v 1.1 1998/11/25 23:59:18 tron Exp $
+
+--- src/pt-exp.h.orig Tue Nov 19 05:32:50 1996
++++ src/pt-exp.h Sun Nov 22 21:33:43 1998
+@@ -253,7 +253,7 @@
+ or
+ };
+
+- tree_boolean_expression (int l = -1, int c = -1, type t)
++ tree_boolean_expression (int l = -1, int c = -1, type t = unknown)
+ : tree_binary_expression (l, c), etype (t) { }
+
+ tree_boolean_expression (tree_expression *a, tree_expression *b,
diff --git a/math/octave/patches/patch-ad b/math/octave/patches/patch-ad
new file mode 100644
index 00000000000..dc980e179d2
--- /dev/null
+++ b/math/octave/patches/patch-ad
@@ -0,0 +1,13 @@
+$NetBSD: patch-ad,v 1.1 1998/11/25 23:59:18 tron Exp $
+
+--- src/pt-mvr-base.h.orig Sun May 12 09:16:36 1996
++++ src/pt-mvr-base.h Sun Nov 22 21:35:59 1998
+@@ -41,7 +41,7 @@
+
+ tree_multi_val_ret (int l = -1, int c = -1) : tree_expression (l, c) { }
+
+- tree_multi_val_ret (int l = -1, int c = -1, tree_expression::type et)
++ tree_multi_val_ret (int l, int c, tree_expression::type et)
+ : tree_expression (l, c, et) { }
+
+ ~tree_multi_val_ret (void) { }