[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:06 UTC 2017
Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/exiv2.git;a=commitdiff;h=a320ee6
The following commit has been merged in the master branch:
commit a320ee6d622e01261543073ffd526e188fedf37e
Author: Robin Mills <robin at clanmills.com>
Date: Sun Dec 29 06:54:28 2013 +0000
Change to r3221 for clang
---
src/version.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/version.cpp b/src/version.cpp
index ebb5fed..5c20180 100644
--- a/src/version.cpp
+++ b/src/version.cpp
@@ -147,7 +147,7 @@ EXIV2API void dumpLibraryInfo(std::ostream& os)
int debug=0;
#endif
-#if defined(DLL_EXPORT)
+#if defined(DLL_EXPORT) || defined(EXV_HAVE_DLL)
int dll=1;
#else
int dll=0;
--
exiv2 packaging
More information about the pkg-kde-commits
mailing list