aboutsummaryrefslogtreecommitdiff
path: root/math/octave-forge-odepkg
diff options
context:
space:
mode:
authorMaho Nakata <maho@FreeBSD.org>2012-04-11 03:01:50 +0000
committerMaho Nakata <maho@FreeBSD.org>2012-04-11 03:01:50 +0000
commitfd53d45a1106fbc77697749f25ee98f9a7d33d80 (patch)
treeef0b11df1d9b9531a2d4cd1110b01d6709f7fb62 /math/octave-forge-odepkg
parent176d84eb280ac1928a0a633cbe10bcc0cbcc85c8 (diff)
downloadports-fd53d45a1106fbc77697749f25ee98f9a7d33d80.tar.gz
ports-fd53d45a1106fbc77697749f25ee98f9a7d33d80.zip
Notes
Diffstat (limited to 'math/octave-forge-odepkg')
-rw-r--r--math/octave-forge-odepkg/files/patch-odepkg_auxiliary_functions.cc13
1 files changed, 13 insertions, 0 deletions
diff --git a/math/octave-forge-odepkg/files/patch-odepkg_auxiliary_functions.cc b/math/octave-forge-odepkg/files/patch-odepkg_auxiliary_functions.cc
new file mode 100644
index 000000000000..5423b8e7ada6
--- /dev/null
+++ b/math/octave-forge-odepkg/files/patch-odepkg_auxiliary_functions.cc
@@ -0,0 +1,13 @@
+--- odepkg_auxiliary_functions.cc-orig 2012-03-30 23:51:38.000000000 +0000
++++ odepkg_auxiliary_functions.cc 2012-03-30 23:52:36.000000000 +0000
+@@ -454,8 +454,8 @@
+ // eg. if the code should be debuged or something like this
+ vt = octave_value (vtstore);
+ vy = octave_value (vystore);
+- vt.print_with_name (octave_stdout, "vt", true);
+- vy.print_with_name (octave_stdout, "vy", true);
++ vt.print_with_name (octave_stdout, "vt");
++ vy.print_with_name (octave_stdout, "vy");
+ break;
+ }
+