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

Maximiliano Curia maxy at moszumanska.debian.org
Thu Jul 13 17:45:49 UTC 2017


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

The following commit has been merged in the master branch:
commit 63c7eff4f65f655a0104f0a75769f8e048313775
Author: Robin Mills <robin at clanmills.com>
Date:   Thu Oct 8 15:01:20 2015 +0000

    #1128 Fix HAVE_LIBZ on Visual Studio
---
 include/exiv2/exv_msvc.h | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/include/exiv2/exv_msvc.h b/include/exiv2/exv_msvc.h
index 2e08211..167a8ab 100644
--- a/include/exiv2/exv_msvc.h
+++ b/include/exiv2/exv_msvc.h
@@ -90,11 +90,13 @@ typedef int pid_t;
 #define HAVE_LIBZ 1
 
 #if HAVE_LIBZ
-  #define EXV_HAVE_LIBZ
+  #define EXV_HAVE_LIBZ 1
   // assist VC7.1 to compile vsnprintf
   #if (_MSC_VER < 1400) && !defined(vsnprintf)
   #define vsnprintf _vsnprintf
   #endif
+#else
+  #define EXV_HAVE_LIBZ 0
 #endif
 
 /* Define to 1 if you have the Adobe XMP Toolkit. */

-- 
exiv2 packaging



More information about the pkg-kde-commits mailing list