summaryrefslogtreecommitdiff
path: root/extra/lensfun/lensfun-0.2.3-glibc-2.10.patch
diff options
context:
space:
mode:
Diffstat (limited to 'extra/lensfun/lensfun-0.2.3-glibc-2.10.patch')
-rw-r--r--extra/lensfun/lensfun-0.2.3-glibc-2.10.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/extra/lensfun/lensfun-0.2.3-glibc-2.10.patch b/extra/lensfun/lensfun-0.2.3-glibc-2.10.patch
deleted file mode 100644
index 41a29563a..000000000
--- a/extra/lensfun/lensfun-0.2.3-glibc-2.10.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- lensfun-0.2.3.orig/tools/makedep/cppsetup.cpp 2009-07-04 21:20:49.000000000 +0200
-+++ lensfun-0.2.3/tools/makedep/cppsetup.cpp 2009-07-04 22:19:18.000000000 +0200
-@@ -195,7 +195,7 @@
- }
- while (s);
-
-- eol = strchr (var, 0);
-+ eol = (char *)strchr (var, 0);
-
- // Skip parentheses which Microsoft likes so much
- if (*var == '(')