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


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

The following commit has been merged in the master branch:
commit 19dbc67c481c7687954b7715fb61ca5c6cb8d44f
Author: Robin Mills <robin at clanmills.com>
Date:   Sat Apr 11 15:12:07 2015 +0000

    #1046.  Fix for MinGW build breaker.
---
 config/config.h.in | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/config/config.h.in b/config/config.h.in
index e33ede4..a0669e0 100644
--- a/config/config.h.in
+++ b/config/config.h.in
@@ -206,6 +206,12 @@
 #define __CYGWIN__  __CYGWIN32__
 #endif
 
+#if defined __MINGW32__ || defined __MINGW64__
+#ifndef     __MINGW__
+#define     __MINGW__ 1
+#endif
+#endif
+
 /* File path separator */
 #if defined WIN32 && !defined __CYGWIN__
 #define SEPARATOR_STR "\"
@@ -216,7 +222,7 @@
 #endif
 
 /* Windows unicode path support */
-#if defined WIN32 && !defined __CYGWIN__
+#if defined WIN32 && !defined __CYGWIN__ && !defined __MINGW__
 # define EXV_UNICODE_PATH
 #endif
 

-- 
exiv2 packaging



More information about the pkg-kde-commits mailing list