diff options
Diffstat (limited to 'packages/epsilon/files')
-rw-r--r-- | packages/epsilon/files/.mtn2git_empty | 0 | ||||
-rw-r--r-- | packages/epsilon/files/compile-fix.patch | 15 |
2 files changed, 15 insertions, 0 deletions
diff --git a/packages/epsilon/files/.mtn2git_empty b/packages/epsilon/files/.mtn2git_empty new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/packages/epsilon/files/.mtn2git_empty diff --git a/packages/epsilon/files/compile-fix.patch b/packages/epsilon/files/compile-fix.patch new file mode 100644 index 0000000000..1c42cc59c4 --- /dev/null +++ b/packages/epsilon/files/compile-fix.patch @@ -0,0 +1,15 @@ + +# +# Patch managed by http://www.holgerschurig.de/patcher.html +# + +--- epsilon-0.3.0.004/src/lib/exiftags/exif.c~compile-fix ++++ epsilon-0.3.0.004/src/lib/exiftags/exif.c +@@ -48,7 +48,6 @@ + #include <stdlib.h> + #include <string.h> + #include <errno.h> +-#include <math.h> + #include <float.h> + #include <ctype.h> + |