[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:17 UTC 2017


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

The following commit has been merged in the master branch:
commit 33295f957bbe73921772e0042c4100dd176bf185
Author: HumanDynamo <caulier.gilles at gmail.com>
Date:   Tue Feb 22 10:37:14 2011 +0000

    fix broken if else naming
---
 src/CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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

-- 
exiv2 packaging



More information about the pkg-kde-commits mailing list