···47474848 prePatch = ''
4949 sed -i 's,[^"]*/var/log,/var/log,g' storage/mroonga/vendor/groonga/CMakeLists.txt
5050+ # libc++abi 11 uses `#include <version>`, include paths often include
5151+ # project dirs and that means files with version numbers get included as if
5252+ # they were a header. This includes files name `VERSION` on
5353+ # case-insensitive file systems.
5054 sed -i 's,/version\>,/version_full,' storage/mroonga/CMakeLists.txt
5155 mv storage/mroonga/version storage/mroonga/version_full
5256 sed -i 's,/VERSION\>,/VERSION_FULL,' cmake/mysql_version.cmake