summaryrefslogtreecommitdiff
path: root/math/octave-forge/patches/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'math/octave-forge/patches/patch-ab')
-rw-r--r--math/octave-forge/patches/patch-ab13
1 files changed, 0 insertions, 13 deletions
diff --git a/math/octave-forge/patches/patch-ab b/math/octave-forge/patches/patch-ab
deleted file mode 100644
index 61121e7fdfb..00000000000
--- a/math/octave-forge/patches/patch-ab
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ab,v 1.6 2006/10/24 13:54:40 pooka Exp $
-
---- main/sparse/make_sparse.cc.orig 2006-10-20 12:58:09.000000000 +0200
-+++ main/sparse/make_sparse.cc 2006-10-20 12:58:23.000000000 +0200
-@@ -321,7 +321,7 @@
- // if args(5) is not string, then ignore the value
- // otherwise check for summation or unique
- if ( args(5).is_string()) {
-- string vv= args(5).string_value();
-+ std::string vv= args(5).string_value();
- if (error_state) return retval;
-
- if ( vv== "summation" ||