Project

General

Profile

Patch #694

config/config.h.cmake: const must be without quotes

Added by Nikolai Saoukh over 11 years ago. Updated over 8 years ago.

Status:
Closed
Priority:
Normal
Category:
build
Target version:
Start date:
13 Apr 2010
Due date:
% Done:

100%

Estimated time:

Description

Index: config/config.h.cmake ===================================================================
--- config/config.h.cmake (revision 2074)
++ config/config.h.cmake (working copy)
@ -37,7 +37,7 @
/* Define to `const' or to empty, depending on the second argument of `iconv'. */
#cmakedefine ICONV_ACCEPTS_CONST_INPUT 1
#if defined ICONV_ACCEPTS_CONST_INPUT
-#define EXV_ICONV_CONST "const"
#define EXV_ICONV_CONST const
#else
#define EXV_ICONV_CONST
#endif


Files

config_config.h.cmake.patch (466 Bytes) config_config.h.cmake.patch Nikolai Saoukh, 13 Apr 2010 23:10

Related issues

Related to Exiv2 - Patch #685: incomplete handling of iconv dialects for cmake caseClosed04 Mar 2010

Actions
Related to Exiv2 - Feature #536: Switch to a unified build system based on cmakeClosed

Actions

History

#1

Updated by Gilles Caulier over 11 years ago

  • Status changed from New to Resolved
  • % Done changed from 0 to 100

Fixed with commit #2075.

#2

Updated by Robin Mills over 8 years ago

  • Category set to build
  • Status changed from Resolved to Closed
  • Assignee set to Gilles Caulier
  • Priority changed from Urgent to Normal
  • Target version set to 0.24

Fixed in 0.24.

Also available in: Atom PDF