From c9749cd7acbcc6731016ccf8f311c96cb91e6ba3 Mon Sep 17 00:00:00 2001 From: "Anthony G. Basile" Date: Sat, 29 Dec 2018 12:30:05 -0500 Subject: [PATCH] app-text/aspell: add support for musl Signed-off-by: Anthony G. Basile Package-Manager: Portage-2.3.51, Repoman-2.3.11 --- app-text/aspell/aspell-0.60.7_rc1.ebuild | 4 ++-- 1 file 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 } -- 2.26.2