diff options
Diffstat (limited to 'graphics/pfstools/files/patch-config.h.in')
-rw-r--r-- | graphics/pfstools/files/patch-config.h.in | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/graphics/pfstools/files/patch-config.h.in b/graphics/pfstools/files/patch-config.h.in deleted file mode 100644 index c8fcc2950043..000000000000 --- a/graphics/pfstools/files/patch-config.h.in +++ /dev/null @@ -1,19 +0,0 @@ ---- config.h.in.orig 2011-10-27 08:40:42 UTC -+++ config.h.in -@@ -99,13 +99,13 @@ - - /* Output stream for debug messages. */ - #ifdef DEBUG --#define DEBUG_STR cerr -+#define DEBUG_STR std::cerr - #else --#define DEBUG_STR if(1); else cerr -+#define DEBUG_STR if(1); else std::cerr - #endif - /* Output stream for verbose messages */ - #define VERBOSE_STR if(verbose) std::cerr << PROG_NAME << ": " - - - /* On some systems iostream, string etc are in 'std' namespace */ --using namespace std; -+//using namespace std; |