summaryrefslogtreecommitdiff
path: root/graphics/pfstools/files/patch-src-matlab-compatibility.h
diff options
context:
space:
mode:
authorDanilo Egea Gondolfo <danilo@FreeBSD.org>2014-06-20 17:17:54 +0000
committerDanilo Egea Gondolfo <danilo@FreeBSD.org>2014-06-20 17:17:54 +0000
commitce3d606a5b5d25c1a7fa7e2f2ddb75a284d17941 (patch)
treeda56af4d8dbe76ea4db95f5ac25d17feb92aaabd /graphics/pfstools/files/patch-src-matlab-compatibility.h
parent- Update to 1.0.7 (diff)
- Update from 1.6.4 to 1.8.5 [1]
- Use options helpers PR: ports/191179 Submitted by: ii@any.com.ru [1]
Notes
Notes: svn path=/head/; revision=358615
Diffstat (limited to 'graphics/pfstools/files/patch-src-matlab-compatibility.h')
-rw-r--r--graphics/pfstools/files/patch-src-matlab-compatibility.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/graphics/pfstools/files/patch-src-matlab-compatibility.h b/graphics/pfstools/files/patch-src-matlab-compatibility.h
new file mode 100644
index 000000000000..e44f8dd8d1e6
--- /dev/null
+++ b/graphics/pfstools/files/patch-src-matlab-compatibility.h
@@ -0,0 +1,10 @@
+--- src/matlab/compatibility.h.orig 2007-03-01 14:10:57.000000000 +0000
++++ src/matlab/compatibility.h 2014-02-20 19:04:01.566588122 +0000
+@@ -59,6 +59,6 @@
+
+ #endif
+
+-#define DEBUG_STR if(1); else cerr
++#define DEBUG_STR if(1); else std::cerr
+
+ #endif