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

Maximiliano Curia maxy at moszumanska.debian.org
Thu Jul 13 17:44:05 UTC 2017


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

The following commit has been merged in the master branch:
commit e74bdfbf3630186af6bbcd9cf4120dc738a72300
Author: Robin Mills <robin at clanmills.com>
Date:   Sat Dec 28 06:21:57 2013 +0000

    Issue: 940.  More changes for GCC 4.8.1.2
---
 src/futils.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/futils.cpp b/src/futils.cpp
index f511b3c..2ba8e9d 100644
--- a/src/futils.cpp
+++ b/src/futils.cpp
@@ -95,7 +95,7 @@ namespace Exiv2 {
 #if    ( _POSIX_C_SOURCE >= 200112L || _XOPEN_SOURCE >= 600 ) && ! _GNU_SOURCE
 // XSI-compliant version of strerror_r() is provided
 #else
-#ifdef __clang6__
+#if     defined(__clang__) || defined(__GNUG__)
 #define STRERROR_R_CHAR_P
 #endif
 #endif

-- 
exiv2 packaging



More information about the pkg-kde-commits mailing list