summaryrefslogtreecommitdiff
path: root/app-text/aspell/aspell-0.60.7_rc1.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'app-text/aspell/aspell-0.60.7_rc1.ebuild')
-rw-r--r--app-text/aspell/aspell-0.60.7_rc1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-text/aspell/aspell-0.60.7_rc1.ebuild b/app-text/aspell/aspell-0.60.7_rc1.ebuild
index eecfee4dcba2..078e7eb71a35 100644
--- a/app-text/aspell/aspell-0.60.7_rc1.ebuild
+++ b/app-text/aspell/aspell-0.60.7_rc1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -72,7 +72,7 @@ src_prepare() {
# unicode patch breaks on Darwin, NCURSES_WIDECHAR won't get set
# any more. Fix this.
- [[ ${CHOST} == *-darwin* ]] && use unicode && \
+ [[ ${CHOST} == *-darwin* ]] || [[ ${CHOST} == *-musl* ]] && use unicode && \
append-cppflags -DNCURSES_WIDECHAR=1
}