summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTony Theodore <tonyt@logyst.com>2013-03-23 18:03:56 (GMT)
committerTony Theodore <tonyt@logyst.com>2013-03-23 18:03:56 (GMT)
commited33714424d6ff94c919d33cffcbfd7ed8ed9437 (patch)
tree228feb8a26743e98f06a5d19cfbd0089bb4e4f6b /src
parent71ca58830804272858e06d8a7919a810905041fa (diff)
downloadmxe-ed33714424d6ff94c919d33cffcbfd7ed8ed9437.zip
mxe-ed33714424d6ff94c919d33cffcbfd7ed8ed9437.tar.gz
mxe-ed33714424d6ff94c919d33cffcbfd7ed8ed9437.tar.bz2
package lensfun: add missing include
Diffstat (limited to 'src')
-rw-r--r--src/lensfun-2-memset.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/lensfun-2-memset.patch b/src/lensfun-2-memset.patch
new file mode 100644
index 0000000..7e91901
--- /dev/null
+++ b/src/lensfun-2-memset.patch
@@ -0,0 +1,14 @@
+This file is part of MXE.
+See index.html for further information.
+
+diff -ur lensfun-0.2.7.orig/libs/auxfun/image.cpp lensfun-0.2.7/libs/auxfun/image.cpp
+--- lensfun-0.2.7.orig/libs/auxfun/image.cpp 2013-03-24 05:01:02.000000000 +1100
++++ lensfun-0.2.7/libs/auxfun/image.cpp 2013-03-24 05:01:27.000000000 +1100
+@@ -7,6 +7,7 @@
+ #include <zlib.h>
+ #include <png.h>
+ #include <stdlib.h>
++#include <string.h>
+ #ifdef _MSC_VER
+ #define _USE_MATH_DEFINES 1
+ #include <math.h>