You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/media-gfx/inkscape/files/inkscape-0.91_pre3-exif.patch

13 lines
321 B

Actually try to use EXIF support if it's enabled.
--- inkscape-0.91pre3/src/extension/internal/image-resolution.cpp
+++ inkscape-0.91pre3/src/extension/internal/image-resolution.cpp
@@ -18,6 +18,7 @@
#include <png.h>
#ifdef HAVE_EXIF
+#define IR_TRY_EXIF 1
#include <math.h>
#include <libexif/exif-data.h>
#endif