diff options
author | Marius Bakke <mbakke@fastmail.com> | 2018-10-07 14:38:25 +0200 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2019-02-09 21:53:42 +0100 |
commit | 8771fc1715b400ead16f97683c67ad336b485750 (patch) | |
tree | dc70b693d9d3e15eb1287afb6d7bddde370d1684 /gnu/local.mk | |
parent | a555c3f4386a4cbb2abae52768dbca408a8ad9da (diff) | |
download | patches-8771fc1715b400ead16f97683c67ad336b485750.tar patches-8771fc1715b400ead16f97683c67ad336b485750.tar.gz |
gnu: aspell: Fix FTBFS with GCC7.
* gnu/packages/patches/aspell-gcc-compat.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/aspell.scm (aspell)[source](patches): Use 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 9df65b9d21..d16b9e8c01 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -643,6 +643,7 @@ dist_patch_DATA = \ %D%/packages/patches/apr-skip-getservbyname-test.patch \ %D%/packages/patches/aria2-CVE-2019-3500.patch \ %D%/packages/patches/aspell-default-dict-dir.patch \ + %D%/packages/patches/aspell-gcc-compat.patch \ %D%/packages/patches/ath9k-htc-firmware-binutils.patch \ %D%/packages/patches/ath9k-htc-firmware-gcc.patch \ %D%/packages/patches/ath9k-htc-firmware-objcopy.patch \ |