pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: pkg/51899: Fix for building qemu on Darwin



On Fri,  3 Feb 2017 02:20:01 +0000 (UTC), Jonathan Schleifer <js-pkgsrc%heap.zone@localhost> wrote:

>  Yuji, that doesn't seems to help. And as I get

Hmm, could you send qemu/work/qemu-2.8.0/config.log to me?

>  => Full dependency ncursesw>=6.0: found ncursesw-6.0nb2
>  
>  shouldn't it use pkgsrc's curses anyway?

qemu requires curses that supports wide character, but there is no way 
to confirm if builtin library support it. So pkgsrc framework uses 
pkgsrc's one. See mk/curses.builtin.mk for more details.

# AFAIK there is no way of working out if a system curses library has wide
# character support. So be safe and say no unless we know for sure.
.  if !empty(USE_CURSES:Mwide)
.    if ${OPSYS} == "NetBSD"
.      if !empty(MACHINE_PLATFORM:MNetBSD-[0-4].*-*)
USE_BUILTIN.curses=     no
.      endif
.    else
USE_BUILTIN.curses=     no
.    endif
.  endif
.endif

-- 
Yuji Yamano


Home | Main Index | Thread Index | Old Index