openbsd-ports/graphics/libgphoto2/patches/patch-libgphoto2_filesys_c
ckuethe f3f82b2357 Update libgphoto to deal with new libexif. Prompted by Steven.
ok sturm ("go ahead, i'll yell at you if you break anything")
2006-07-08 21:03:54 +00:00

13 lines
433 B
Plaintext

--- libgphoto2/gphoto2-filesys.c.orig Wed Jul 5 12:55:58 2006
+++ libgphoto2/gphoto2-filesys.c Wed Jul 5 12:56:05 2006
@@ -119,7 +119,8 @@
/*
* HP PhotoSmart C30 has the date and time in ifd_exif.
*/
-#ifdef HAVE_EXIF_0_5_4
+/* was #ifdef HAVE_EXIF_0_5_4 */
+#if 1
e = exif_content_get_entry (ed->ifd[EXIF_IFD_0], EXIF_TAG_DATE_TIME);
if (!e)
e = exif_content_get_entry (ed->ifd[EXIF_IFD_EXIF],