ports/graphics/pfstools/files/patch-src-matlab-compatibility.h
Kurt Jaeger e648e1ca79 graphics/pfstools: some fixes
- fixes for octave 4.0
- fixes for netpbm
- submitter becomes maintainer

PR:		206239
Submitted by:	Iouri V. Ivliev <fbsd@any.COM.ru>
Approved by:	darius@dons.net.au (maintainer)
2016-02-13 16:34:57 +00:00

10 lines
208 B
C++

--- src/matlab/compatibility.h.orig 2007-03-01 14:10:57 UTC
+++ src/matlab/compatibility.h
@@ -59,6 +59,6 @@
#endif
-#define DEBUG_STR if(1); else cerr
+#define DEBUG_STR if(1); else std::cerr
#endif