packages: eog/eog-install.patch (NEW) - fixes make install (when Makefile.i...

megabajt megabajt at pld-linux.org
Wed May 20 18:28:11 CEST 2009


Author: megabajt                     Date: Wed May 20 16:28:11 2009 GMT
Module: packages                      Tag: HEAD
---- Log message:
- fixes make install (when Makefile.in generated by automake 1.11)

---- Files affected:
packages/eog:
   eog-install.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: packages/eog/eog-install.patch
diff -u /dev/null packages/eog/eog-install.patch:1.1
--- /dev/null	Wed May 20 18:28:11 2009
+++ packages/eog/eog-install.patch	Wed May 20 18:28:06 2009
@@ -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
================================================================


More information about the pld-cvs-commit mailing list