diff options
Diffstat (limited to 'graphics/fotoxx/files/patch-zfuncs.cc')
-rw-r--r-- | graphics/fotoxx/files/patch-zfuncs.cc | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/graphics/fotoxx/files/patch-zfuncs.cc b/graphics/fotoxx/files/patch-zfuncs.cc deleted file mode 100644 index 55efd163c701..000000000000 --- a/graphics/fotoxx/files/patch-zfuncs.cc +++ /dev/null @@ -1,18 +0,0 @@ ---- zfuncs.cc.orig 2015-05-01 09:40:38 UTC -+++ zfuncs.cc -@@ -262,6 +262,7 @@ char *zstrdup(cchar *string, int addcc) - - void zmalloc_report() - { -+#ifdef __linux__ - using namespace zfuncs; - - static double ptime = 0; -@@ -282,6 +283,7 @@ void zmalloc_report() - - ptime = jobtime(); // reset some counters - Nmalloc = Nstrdup = Nfree = 0; -+#endif - - return; - } |