diff options
author | Marius Bakke <mbakke@fastmail.com> | 2019-02-02 18:53:02 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2019-02-02 20:10:18 +0100 |
commit | 85765054221de172049eeec5676da139212916a2 (patch) | |
tree | dcb17a31ac2a83bd138095da8566eabd953cefb5 /gnu/local.mk | |
parent | 0747328e317de4bf936fab50e795d1e1523adfc1 (diff) | |
download | patches-85765054221de172049eeec5676da139212916a2.tar patches-85765054221de172049eeec5676da139212916a2.tar.gz |
gnu: libreoffice: Fix FTBFS with Boost 1.69.0.
* gnu/packages/patches/libreoffice-boost.patch: New file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/libreoffice.scm (libreoffice)[source](patches): Add it.
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 ee8b13d2fb..a63f595b30 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -977,6 +977,7 @@ dist_patch_DATA = \ %D%/packages/patches/libmad-mips-newgcc.patch \ %D%/packages/patches/libmygpo-qt-fix-qt-5.11.patch \ %D%/packages/patches/libmygpo-qt-missing-qt5-modules.patch \ + %D%/packages/patches/libreoffice-boost.patch \ %D%/packages/patches/libreoffice-icu.patch \ %D%/packages/patches/libreoffice-glm.patch \ %D%/packages/patches/libsndfile-armhf-type-checks.patch \ |