summaryrefslogtreecommitdiff
path: root/graphics/pfstools/files/patch-src-matlab-compatibility.h
diff options
context:
space:
mode:
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