app-text/aspell: add support for musl
authorAnthony G. Basile <blueness@gentoo.org>
Sat, 29 Dec 2018 17:30:05 +0000 (12:30 -0500)
committerAnthony G. Basile <blueness@gentoo.org>
Sat, 29 Dec 2018 17:30:05 +0000 (12:30 -0500)
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

app-text/aspell/aspell-0.60.7_rc1.ebuild

index eecfee4dcba2feb4d869ce9bb648c7c694774e39..078e7eb71a35e3bcea838a5cf2853873b3fd556e 100644 (file)
@@ -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
 }