]> git.pld-linux.org Git - packages/eog.git/commitdiff
- kill troublemaker: check for old libexif
authorfreetz <freetz@pld-linux.org>
Tue, 28 Jun 2005 20:07:28 +0000 (20:07 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    eog-old_exif_check.patch -> 1.1

eog-old_exif_check.patch [new file with mode: 0644]

diff --git a/eog-old_exif_check.patch b/eog-old_exif_check.patch
new file mode 100644 (file)
index 0000000..353fcf9
--- /dev/null
@@ -0,0 +1,23 @@
+diff -aurN eog-2.10.2.orig/configure.in eog-2.10.2/configure.in
+--- eog-2.10.2.orig/configure.in       2005-06-28 00:36:33.000000000 +0200
++++ eog-2.10.2/configure.in    2005-06-28 21:53:24.000000000 +0200
+@@ -60,7 +60,6 @@
+ have_old_libexif=no
+ if test x$with_libexif != xno; then
+     PKG_CHECK_MODULES(EXIF, libexif >= $LIBEXIF_REQUIRED, have_exif=yes, have_exif=no)
+-    PKG_CHECK_MODULES(EXIF, libexif = $LIBEXIF_REQUIRED, have_old_libexif=yes, have_old_libexif=no)
+ fi 
+ if test "x$have_exif" = "xyes"; then
+@@ -68,11 +67,6 @@
+   EOG_MODULES="$EOG_MODULES libexif >= $LIBEXIF_REQUIRED"
+ fi
+-if test "x$have_old_libexif" = "xyes"; then
+-  AC_DEFINE(HAVE_OLD_LIBEXIF,1)
+-      EOG_MODULES="$EOG_MODULES libexif = $LIBEXIF_REQUIRED"
+-fi
+-
+ dnl ============== semi optional libjpeg support ====================
+ AC_ARG_WITH(libjpeg, [  --without-libjpeg       disable special JPEG support])
+   have_jpeg=no
This page took 0.180383 seconds and 4 git commands to generate.