summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authort-karatsu <49965247+t-karatsu@users.noreply.github.com>2019-12-19 08:10:05 +0900
committerAdam J. Stewart <ajstewart426@gmail.com>2019-12-18 17:10:05 -0600
commit92c2c47f720d75c12e0bc1a30b92522e82770d58 (patch)
treeb63f34a801216a989e0124da2559fddca2fc4634
parent8da6fcf324637bca329b0ac8c48da76b2730649a (diff)
downloadspack-92c2c47f720d75c12e0bc1a30b92522e82770d58.tar.gz
spack-92c2c47f720d75c12e0bc1a30b92522e82770d58.tar.bz2
spack-92c2c47f720d75c12e0bc1a30b92522e82770d58.tar.xz
spack-92c2c47f720d75c12e0bc1a30b92522e82770d58.zip
aspell: Rename 'darwin.patch' and apply it to all targets. (#14206)
-rw-r--r--var/spack/repos/builtin/packages/aspell/fix_cpp.patch (renamed from var/spack/repos/builtin/packages/aspell/darwin.patch)0
-rw-r--r--var/spack/repos/builtin/packages/aspell/package.py2
2 files changed, 1 insertions, 1 deletions
diff --git a/var/spack/repos/builtin/packages/aspell/darwin.patch b/var/spack/repos/builtin/packages/aspell/fix_cpp.patch
index 54ec257637..54ec257637 100644
--- a/var/spack/repos/builtin/packages/aspell/darwin.patch
+++ b/var/spack/repos/builtin/packages/aspell/fix_cpp.patch
diff --git a/var/spack/repos/builtin/packages/aspell/package.py b/var/spack/repos/builtin/packages/aspell/package.py
index 84a3f0ec71..f485cf9851 100644
--- a/var/spack/repos/builtin/packages/aspell/package.py
+++ b/var/spack/repos/builtin/packages/aspell/package.py
@@ -18,5 +18,5 @@ class Aspell(AutotoolsPackage):
version('0.60.6.1', sha256='f52583a83a63633701c5f71db3dc40aab87b7f76b29723aeb27941eff42df6e1')
- patch('darwin.patch', when='platform=darwin')
+ patch('fix_cpp.patch')
patch('issue-519.patch', when='@:0.60.6.1')