[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:07 UTC 2017
Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/exiv2.git;a=commitdiff;h=3c99aa3
The following commit has been merged in the master branch:
commit 3c99aa336ace6a42775bf0f5c0374e8303472fb8
Author: Robin Mills <robin at clanmills.com>
Date: Sun Jun 3 20:00:17 2012 +0000
fixed cmake build-breaker on Linux concerning NLS support
---
config/ConfigureChecks.cmake | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/config/ConfigureChecks.cmake b/config/ConfigureChecks.cmake
index c9609a4..5470509 100644
--- a/config/ConfigureChecks.cmake
+++ b/config/ConfigureChecks.cmake
@@ -80,7 +80,7 @@ IF( EXIV2_ENABLE_NLS )
STRING( REPLACE "/" "\\" LOCALEDIR ${LOCALEDIR} )
ENDIF( WIN32 )
ENDIF( NOT LOCALEDIR )
- ADD_DEFINITIONS( -DEXV_LOCALEDIR=${LOCALEDIR} )
+ ADD_DEFINITIONS( -DEXV_LOCALEDIR="${LOCALEDIR}" )
ENDIF( EXIV2_ENABLE_NLS )
IF( EXIV2_ENABLE_COMMERCIAL )
--
exiv2 packaging
More information about the pkg-kde-commits
mailing list