aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/pfstools/files/patch-src-fileformat-ppmio.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/pfstools/files/patch-src-fileformat-ppmio.cpp')
-rw-r--r--graphics/pfstools/files/patch-src-fileformat-ppmio.cpp11
1 files changed, 0 insertions, 11 deletions
diff --git a/graphics/pfstools/files/patch-src-fileformat-ppmio.cpp b/graphics/pfstools/files/patch-src-fileformat-ppmio.cpp
deleted file mode 100644
index ba0c3d707541..000000000000
--- a/graphics/pfstools/files/patch-src-fileformat-ppmio.cpp
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/fileformat/ppmio.cpp.orig 2009-05-25 19:24:49 UTC
-+++ src/fileformat/ppmio.cpp
-@@ -34,6 +34,8 @@ extern "C" {
- #include <math.h>
- #include <assert.h>
-
-+#define log2(x) ((float)log(x)/log(2))
-+
- struct PPMData
- {
- pixval maxPV;