···4748 prePatch = ''
49 sed -i 's,[^"]*/var/log,/var/log,g' storage/mroonga/vendor/groonga/CMakeLists.txt
000050 sed -i 's,/version\>,/version_full,' storage/mroonga/CMakeLists.txt
51 mv storage/mroonga/version storage/mroonga/version_full
52 sed -i 's,/VERSION\>,/VERSION_FULL,' cmake/mysql_version.cmake
···4748 prePatch = ''
49 sed -i 's,[^"]*/var/log,/var/log,g' storage/mroonga/vendor/groonga/CMakeLists.txt
50+ # libc++abi 11 uses `#include <version>`, include paths often include
51+ # project dirs and that means files with version numbers get included as if
52+ # they were a header. This includes files name `VERSION` on
53+ # case-insensitive file systems.
54 sed -i 's,/version\>,/version_full,' storage/mroonga/CMakeLists.txt
55 mv storage/mroonga/version storage/mroonga/version_full
56 sed -i 's,/VERSION\>,/VERSION_FULL,' cmake/mysql_version.cmake