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

Maximiliano Curia maxy at moszumanska.debian.org
Thu Jul 13 17:43:27 UTC 2017


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

The following commit has been merged in the master branch:
commit 755e5e8bdf203772bb93ef4a3334fc7f178745b2
Author: Robin Mills <robin at clanmills.com>
Date:   Mon Oct 15 16:03:59 2012 +0000

    Undo 2905 to take advantage of Andreas' fix in 2907.
---
 config/config.h.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config/config.h.in b/config/config.h.in
index 8a93825..5ff3c7f 100644
--- a/config/config.h.in
+++ b/config/config.h.in
@@ -212,7 +212,7 @@
 # define EXV_DLLPUBLIC
 #else
 # ifdef EXV_WANT_VISIBILITY_SUPPORT
-#  if defined(__GNUC__) && (__GNUC__ >= 4) && !defined(__clang__)
+#  if defined(__GNUC__) && (__GNUC__ >= 4)
 #   define EXV_IMPORT __attribute__ ((visibility("default")))
 #   define EXV_EXPORT __attribute__ ((visibility("default")))
 #   define EXV_DLLLOCAL __attribute__ ((visibility("hidden")))

-- 
exiv2 packaging



More information about the pkg-kde-commits mailing list