[SCM] exiv2 packaging branch, master, updated. debian/0.25-3.1-3734-gdcbc29a

Maximiliano Curia maxy at moszumanska.debian.org
Thu Jul 13 17:42:14 UTC 2017


Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/exiv2.git;a=commitdiff;h=c3c5aa7

The following commit has been merged in the master branch:
commit c3c5aa771847adcb99790b3bac5825cd4d8e1dfd
Author: HumanDynamo <caulier.gilles at gmail.com>
Date:   Sun Feb 6 16:48:57 2011 +0000

    fix ELSE statement
---
 src/CMakeLists.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index dcdea98..561f92a 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -200,9 +200,9 @@ TARGET_LINK_LIBRARIES( exiv2 ) # ${EXPAT_LIBRARIES} )
 		IF( ZLIB_FOUND )
 			IF ( MINGW OR UNIX )
 				TARGET_LINK_LIBRARIES( exiv2 ${ZLIB_LIBRARIES} )
-			ELSE ( MSVC )
+			ELSE ( MINGW OR UNIX )
 				TARGET_LINK_LIBRARIES( exiv2 zlibd )
-			ENDIF( MING OR UNIX)
+			ENDIF( MING OR UNIX )
 		ENDIF( ZLIB_FOUND )
 	ENDIF( EXIV2_ENABLE_PNG )
 

-- 
exiv2 packaging



More information about the pkg-kde-commits mailing list