[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:39 UTC 2017
Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/exiv2.git;a=commitdiff;h=15cbe35
The following commit has been merged in the master branch:
commit 15cbe353839daef4a4e3c2197e6d7a27a3d05b62
Author: Robin Mills <robin at clanmills.com>
Date: Thu Aug 27 17:39:48 2015 +0000
Correction to r3892 to fix build breaker on Cygwin.
---
src/version.cpp | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/src/version.cpp b/src/version.cpp
index ab9bbbb..6dd7094 100644
--- a/src/version.cpp
+++ b/src/version.cpp
@@ -47,6 +47,12 @@ EXIV2_RCSID("@(#) $Id$")
#if defined(__CYGWIN__) || defined(__MINGW__)
#include <windows.h>
+# if __LP64__
+# ifdef _WIN64
+# undef _WIN64
+# endif
+# define _WIN64 1
+# endif
#endif
#include "http.hpp"
--
exiv2 packaging
More information about the pkg-kde-commits
mailing list