summary refs log tree commit diff
path: root/gnu/packages/patches/boost-fix-icu-build.patch
AgeCommit message (Collapse)Author
2019-07-02gnu: boost: Remove GCC5 workaround.Marius Bakke
* gnu/packages/patches/boost-fix-icu-build.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/boost.scm (boost)[source](patches): Remove. [arguments]: Do not pass "cxxflags".
2018-04-10gnu: boost: Fix ICU support.Mark H Weaver
* gnu/packages/patches/boost-fix-icu-build.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/boost.scm (boost)[source]: Add the patch. [arguments]: In the custom configure phase, pass --with-icu=[...] to ./bootstrap.sh