diff options
Diffstat (limited to 'graphics/libexif-gtk/files/patch-configure.in')
-rw-r--r-- | graphics/libexif-gtk/files/patch-configure.in | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/graphics/libexif-gtk/files/patch-configure.in b/graphics/libexif-gtk/files/patch-configure.in new file mode 100644 index 000000000..a887ca227 --- /dev/null +++ b/graphics/libexif-gtk/files/patch-configure.in @@ -0,0 +1,20 @@ +--- configure.in.orig Tue Oct 19 04:12:58 2004 ++++ configure.in Thu Mar 30 23:22:23 2006 +@@ -52,7 +52,7 @@ + dnl --------------------------------------------------------------------------- + CPPFLAGS_save="$CPPFLAGS" + CPPFLAGS=$LIBEXIF_GTK_CFLAGS +-AC_CHECK_HEADER([exif-mem.h], [ ++PKG_CHECK_MODULES(HAVE_EXIF_0_6_12, libexif >= 0.6.12, [ + exif_msg=">= 0.6.12" + AC_DEFINE(HAVE_EXIF_0_6_12,1,[whether we use a version of libexif greater than 0.6.12])],[ + exif_msg="< 0.6.12 (think about upgrading)"]) +@@ -73,7 +73,7 @@ + + Configuration (${PACKAGE}): + +- Source code location: $(srcdir) ++ Source code location: ${srcdir} + Version: ${VERSION} + Compiler: ${CC} + |