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/packages/aspell.scm | |
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/packages/aspell.scm')
-rw-r--r-- | gnu/packages/aspell.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/aspell.scm b/gnu/packages/aspell.scm index ca9fc8eda5..01133155e1 100644 --- a/gnu/packages/aspell.scm +++ b/gnu/packages/aspell.scm @@ -45,7 +45,8 @@ (sha256 (base32 "1qgn5psfyhbrnap275xjfrzppf5a83fb67gpql0kfqv37al869gm")) - (patches (search-patches "aspell-default-dict-dir.patch")))) + (patches (search-patches "aspell-default-dict-dir.patch" + "aspell-gcc-compat.patch")))) (build-system gnu-build-system) (arguments `(#:phases |