]> git.pld-linux.org Git - packages/eog.git/commitdiff
- obsolete
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 6 Sep 2005 18:55:36 +0000 (18:55 +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.2

eog-old_exif_check.patch [deleted file]

diff --git a/eog-old_exif_check.patch b/eog-old_exif_check.patch
deleted file mode 100644 (file)
index 353fcf9..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-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.112596 seconds and 4 git commands to generate.