]> git.pld-linux.org Git - packages/eog.git/commitdiff
- fixes make install (when Makefile.in generated by automake 1.11)
authorMarcin Banasiak <marcin.banasiak@gmail.com>
Wed, 20 May 2009 16:28:06 +0000 (16:28 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    eog-install.patch -> 1.1

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

diff --git a/eog-install.patch b/eog-install.patch
new file mode 100644 (file)
index 0000000..438100d
--- /dev/null
@@ -0,0 +1,31 @@
+diff -urN eog-2.26.2/src/Makefile.am eog-2.26.2.new/src/Makefile.am
+--- eog-2.26.2/src/Makefile.am 2009-05-18 21:37:55.000000000 +0200
++++ eog-2.26.2.new/src/Makefile.am     2009-05-20 18:20:57.411739872 +0200
+@@ -117,8 +117,17 @@
+ if HAVE_EXIF
+ INST_H_FILES +=                               \
+-      eog-exif-util.h                 \
+       eog-exif-details.h
++else
++if HAVE_EXEMPI
++INST_H_FILES +=                               \
++      eog-exif-details.h
++endif
++endif
++
++if HAVE_EXIF
++INST_H_FILES +=                               \
++      eog-exif-util.h
+ libeog_la_SOURCES +=                  \
+       eog-exif-util.c                 \
+       eog-exif-details.c
+@@ -133,8 +142,6 @@
+ endif
+ if HAVE_EXEMPI
+-INST_H_FILES +=                               \
+-      eog-exif-details.h
+ libeog_la_SOURCES +=                  \
+       eog-exif-details.c
+ endif
This page took 0.229642 seconds and 4 git commands to generate.