diff options
Diffstat (limited to 'recipes/fbida/files/exiftran.c.patch')
-rw-r--r-- | recipes/fbida/files/exiftran.c.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/recipes/fbida/files/exiftran.c.patch b/recipes/fbida/files/exiftran.c.patch new file mode 100644 index 0000000000..0441a5a1de --- /dev/null +++ b/recipes/fbida/files/exiftran.c.patch @@ -0,0 +1,13 @@ +Index: fbida-2.07/exiftran.c +=================================================================== +--- fbida-2.07/exiftran.c 2006-06-13 14:47:24.000000000 +0200 ++++ fbida-2.07/exiftran.c.mod 2008-10-07 01:43:07.000000000 +0200 +@@ -16,6 +16,8 @@ + #include "jpegtools.h" + #include "genthumbnail.h" + ++#define HAVE_NEW_EXIF ++ + /* ---------------------------------------------------------------------- */ + + static void dump_exif(FILE *out, ExifData *ed) |