From ce3d606a5b5d25c1a7fa7e2f2ddb75a284d17941 Mon Sep 17 00:00:00 2001 From: Danilo Egea Gondolfo Date: Fri, 20 Jun 2014 17:17:54 +0000 Subject: - Update from 1.6.4 to 1.8.5 [1] - Use options helpers PR: ports/191179 Submitted by: ii@any.com.ru [1] --- graphics/pfstools/files/patch-src-matlab-compatibility.h | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 graphics/pfstools/files/patch-src-matlab-compatibility.h (limited to 'graphics/pfstools/files/patch-src-matlab-compatibility.h') 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 -- cgit v1.2.3