From 010f572f0a89fa87d41227313b2069afae0fa4d6 Mon Sep 17 00:00:00 2001 From: Fabian Groffen Date: Tue, 3 Oct 2017 11:26:50 +0200 Subject: app-text/aspell: unbreak compilation on Darwin Package-Manager: Portage-2.3.8, Repoman-2.3.1 --- app-text/aspell/aspell-0.60.7_rc1.ebuild | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'app-text') diff --git a/app-text/aspell/aspell-0.60.7_rc1.ebuild b/app-text/aspell/aspell-0.60.7_rc1.ebuild index 5bbd533caac7..574323a3d2db 100644 --- a/app-text/aspell/aspell-0.60.7_rc1.ebuild +++ b/app-text/aspell/aspell-0.60.7_rc1.ebuild @@ -71,6 +71,11 @@ src_prepare() { # This has to be after automake has run so that we don't clobber # the default target that automake creates for us. echo 'install-filterLTLIBRARIES: install-libLTLIBRARIES' >> Makefile.in || die + + # unicode patch breaks on Darwin, NCURSES_WIDECHAR won't get set + # any more. Fix this. + [[ ${CHOST} == *-darwin* ]] && use unicode && \ + append-cppflags -DNCURSES_WIDECHAR=1 } src_configure() { -- cgit v1.2.3-65-gdbad