pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: CVS commit: pkgsrc/emulators/qemu
On Sun, Aug 25, 2013 at 02:26:38AM +0000, John Nemeth wrote:
> Module Name: pkgsrc
> Committed By: jnemeth
> Date: Sun Aug 25 02:26:38 UTC 2013
>
> Modified Files:
> pkgsrc/emulators/qemu: Makefile
>
> Log Message:
> qemu requires ncurses, make it so.
@@ -17,6 +18,7 @@
NOT_FOR_PLATFORM= NetBSD-5*-*
USE_TOOLS+= gmake makeinfo perl:build pkg-config
+USE_NCURSES= yes
UNLIMIT_RESOURCES= datasize
HAS_CONFIGURE= yes
Thanks - usually when ncurses is needed explicitly, we add a comment
to the end of the USE_NCURSES definition to say why it's needed i.e.
which function is not specifically handled properly. Can you do that,
please?
Thanks,
Alistair
Home |
Main Index |
Thread Index |
Old Index