diff options
Diffstat (limited to 'app-text/aspell/aspell-0.60.7_rc1.ebuild')
-rw-r--r-- | app-text/aspell/aspell-0.60.7_rc1.ebuild | 5 |
1 files changed, 5 insertions, 0 deletions
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() { |