summaryrefslogtreecommitdiff
path: root/devel/ddd/files/patch-ddd-VSLDefList.C
diff options
context:
space:
mode:
authorBoris Samorodov <bsam@FreeBSD.org>2013-09-23 19:40:09 +0000
committerBoris Samorodov <bsam@FreeBSD.org>2013-09-23 19:40:09 +0000
commit9bb1215a3474c8dd83fed8bb3d75f62c4e1ae34f (patch)
tree7e4f291a2a110853111cd498e931e684426865d3 /devel/ddd/files/patch-ddd-VSLDefList.C
parent- Remove leading indefinite article from COMMENT (diff)
Fix build at 10.x.
While here: . use stage phase; . use MKDIR macro instead of INSTALL -d one to create a directory; . unmute install command. PR: ports/182315 Submitted by: Sergio Mangialardi <sergio@softshark.org> (maintainer)
Diffstat (limited to 'devel/ddd/files/patch-ddd-VSLDefList.C')
-rw-r--r--devel/ddd/files/patch-ddd-VSLDefList.C11
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/ddd/files/patch-ddd-VSLDefList.C b/devel/ddd/files/patch-ddd-VSLDefList.C
new file mode 100644
index 000000000000..b3a953e186f8
--- /dev/null
+++ b/devel/ddd/files/patch-ddd-VSLDefList.C
@@ -0,0 +1,11 @@
+--- ddd/VSLDefList.C.orig 2013-09-23 10:38:30.000000000 +0200
++++ ddd/VSLDefList.C 2013-09-23 10:39:12.000000000 +0200
+@@ -60,7 +60,7 @@
+ {
+ std::ostringstream s;
+ s << *arg;
+- VSLLib::eval_error("no suiting definition for " + f_name() + s);
++ VSLLib::eval_error("no suiting definition for " + f_name() + s.str().c_str());
+ }
+
+ return d ? d->eval(arg) : 0;