diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-01-30 12:06:23 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-01-30 12:08:16 +0900 |
commit | 7857b50140791f60497ab7e8994af3f4377cc387 (patch) | |
tree | b082efee082671ae737d54b04f03aa7a179a9302 /mandriva/2010.2/kdegraphics/kdegraphics-3.5.3-gphoto2-config.patch | |
parent | d52fb29b2d29090cef37a86648aefff37d54feb2 (diff) | |
download | tde-packaging-7857b50140791f60497ab7e8994af3f4377cc387.tar.gz tde-packaging-7857b50140791f60497ab7e8994af3f4377cc387.zip |
Removed obsolete Mandriva 2010 packaging files.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 40be1ebef7a688235d4730561908a02f10505385)
Diffstat (limited to 'mandriva/2010.2/kdegraphics/kdegraphics-3.5.3-gphoto2-config.patch')
-rw-r--r-- | mandriva/2010.2/kdegraphics/kdegraphics-3.5.3-gphoto2-config.patch | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/mandriva/2010.2/kdegraphics/kdegraphics-3.5.3-gphoto2-config.patch b/mandriva/2010.2/kdegraphics/kdegraphics-3.5.3-gphoto2-config.patch deleted file mode 100644 index 2200d7487..000000000 --- a/mandriva/2010.2/kdegraphics/kdegraphics-3.5.3-gphoto2-config.patch +++ /dev/null @@ -1,35 +0,0 @@ ---- kdegraphics-3.5.3/kamera/configure.in.in.orig 2006-03-14 11:30:50.000000000 +0100 -+++ kdegraphics-3.5.3/kamera/configure.in.in 2006-03-14 14:03:48.000000000 +0100 -@@ -31,14 +31,20 @@ - - AC_MSG_CHECKING(for gPhoto2) - # the pkg-config way first, if user did not use --with- --AC_CHECK_PROG(gphoto2_config,gphoto2-config,gphoto2-config,no) --AC_CHECK_PROG(gphoto2_port_config,gphoto2-port-config,gphoto2-port-config,no) --if test "$gphoto2_includes" = "" -a "$gphoto2_libraries" = "" -a "$gphoto2_config" != "no" -a "$gphoto2_port_config" != "no" -+GPHOTO2_INCS="`pkg-config libgphoto2 --cflags 2>/dev/null`" -+GPHOTO2_LIBS="`pkg-config libgphoto2 --libs 2>/dev/null`" -+if test "$GPHOTO2_INCS" != "" -a "$GPHOTO2_LIBS" != "" ; - then - with_kamera="yes" -+else -+ AC_CHECK_PROG(gphoto2_config,gphoto2-config,gphoto2-config,no) -+ AC_CHECK_PROG(gphoto2_port_config,gphoto2-port-config,gphoto2-port-config,no) -+ if test "$gphoto2_includes" = "" -a "$gphoto2_libraries" = "" -a "$gphoto2_config" != "no" -a "$gphoto2_port_config" != "no"; -+ then - GPHOTO2_INCS="`$gphoto2_config --cflags` `$gphoto2_port_config --cflags`" - GPHOTO2_LIBS="`$gphoto2_config --libs` `$gphoto2_port_config --libs`" --else -+ with_kamera="yes" -+ else - # - # Search for gphoto2 include files. - # -@@ -110,6 +116,7 @@ - GPHOTO2_INCS="-I$gphoto2_includes" - fi - fi -+ fi - fi - - if test "$with_kamera" = "yes" ; then |