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


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

The following commit has been merged in the master branch:
commit b452f195907063e8152b2fdddedea5a47f4ef25a
Author: Robin Mills <robin at clanmills.com>
Date:   Sun Aug 26 02:51:45 2012 +0000

    Fix for #838.  Please see issue for my comments.  Please close #838 if you agree it's fixed.  If #838 is still broken, please push issue back to me.
---
 config/configure.ac | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/config/configure.ac b/config/configure.ac
index 482f4be..9dec1d5 100644
--- a/config/configure.ac
+++ b/config/configure.ac
@@ -103,11 +103,11 @@ AC_MSG_CHECKING([whether to enable symbol visibility support])
 visibility=yes
 # visibility support in cygwin/ming generates 1000's of warning, set off by default
 case "$host_os" in
-	*mingw* | *cygwin*) visiblity=no  ;;
+	*mingw* | *cygwin*) visibility=no  ;;
 esac
 AC_ARG_ENABLE(visibility,
     [  --disable-visibility    do not use symbol visibility support ],
-    VISIBILITY_SUPPORT=$enableval, VISIBILITY_SUPPORT=$visiblity)
+    VISIBILITY_SUPPORT=$enableval, VISIBILITY_SUPPORT=$visibility)
 AC_MSG_RESULT($VISIBILITY_SUPPORT)
 if test "$VISIBILITY_SUPPORT" = "yes"; then
     # Sun Studio C++ compiler (which apparently ignores -fvisibility-inlines-hidden)

-- 
exiv2 packaging



More information about the pkg-kde-commits mailing list