freebsd-ports/databases/xtrabackup/files/patch-sql-json_dom.h
Yuri Victorovich 52b45eb70a databases/xtrabackup: Update to 2.4.9
Port changes:
* Change to DISTVERSION
* Add the specific boost version to fix build
* Add curl to LIB_DEPENDS
* Move bison from BUILD_DEPENDS to USES=bison
* Add/delete patches

PR:		216870
Submitted by:	samm@os2.kiev.ua
Approved by:	Aleksandr Kuzminsky <aleks@twindb.com> (maintainer)
2018-03-17 20:16:32 +00:00

11 lines
457 B
C++

--- sql/json_dom.h.orig 2018-03-17 00:21:21.146040000 +0300
+++ sql/json_dom.h 2018-03-17 00:21:26.264131000 +0300
@@ -368,7 +368,7 @@
Json_object class.
*/
typedef std::map<std::string, Json_dom *, Json_key_comparator,
- Malloc_allocator<std::pair<std::string, Json_dom *> > > Json_object_map;
+ Malloc_allocator<std::pair<const std::string, Json_dom *> > > Json_object_map;
/**
Represents a JSON container value of type "object" (ECMA), type