diff options
author | Mark H Weaver <mhw@netris.org> | 2018-04-08 14:40:00 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2018-04-10 00:46:22 -0400 |
commit | 713c975ac0aa01c224b215fcb96274b76920c90b (patch) | |
tree | 2af909bd45bf9ddef21d64024f4b5512f6b28f0c /gnu/local.mk | |
parent | df17d508052d955bc9800a871f403cd3f2b07fce (diff) | |
download | guix-713c975ac0aa01c224b215fcb96274b76920c90b.tar guix-713c975ac0aa01c224b215fcb96274b76920c90b.tar.gz |
gnu: boost: Fix ICU support.
* 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
Diffstat (limited to 'gnu/local.mk')
-rw-r--r-- | gnu/local.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index f0ee61b642..db093aecf3 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -578,6 +578,7 @@ dist_patch_DATA = \ %D%/packages/patches/bcftools-regidx-unsigned-char.patch \ %D%/packages/patches/binutils-loongson-workaround.patch \ %D%/packages/patches/blast+-fix-makefile.patch \ + %D%/packages/patches/boost-fix-icu-build.patch \ %D%/packages/patches/byobu-writable-status.patch \ %D%/packages/patches/cairo-CVE-2016-9082.patch \ %D%/packages/patches/calibre-no-updates-dialog.patch \ |