diff options
author | Marius Bakke <mbakke@fastmail.com> | 2019-07-02 21:17:53 +0200 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2019-07-02 21:17:53 +0200 |
commit | e7a42c4abb2f6b81c4e42b7715dd4724370b713c (patch) | |
tree | e571de71d40dae7c6f1e79bfeebf0cd663d36865 /gnu/local.mk | |
parent | fefd1a7bd45f949ca062ba984a58532093dab841 (diff) | |
download | patches-e7a42c4abb2f6b81c4e42b7715dd4724370b713c.tar patches-e7a42c4abb2f6b81c4e42b7715dd4724370b713c.tar.gz |
gnu: boost: Remove GCC5 workaround.
* 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".
Diffstat (limited to 'gnu/local.mk')
-rw-r--r-- | gnu/local.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index da5262dcf6..b0d51406d9 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -698,7 +698,6 @@ dist_patch_DATA = \ %D%/packages/patches/binutils-loongson-workaround.patch \ %D%/packages/patches/blender-2.79-newer-ffmpeg.patch \ %D%/packages/patches/blender-2.79-python-3.7-fix.patch \ - %D%/packages/patches/boost-fix-icu-build.patch \ %D%/packages/patches/byobu-writable-status.patch \ %D%/packages/patches/calibre-no-updates-dialog.patch \ %D%/packages/patches/calibre-remove-test-bs4.patch \ |