Hi, I added simply #define _XOPEN_SOURCE_EXTENDED to the top of probe code
like this.
--
SASANO Takayoshi (JG1UAA)
Index: Makefile
===
RCS file: /cvs/ports/emulators/qemu/Makefile,v
retrieving revision 1.160
diff -u -r1.160 Makefil
On 2017/05/04 05:31, SASANO Takayoshi wrote:
> Hello,
>
> QEMU's -curses option is not enabled because configure script requires
> the information of ncurses by pkg-config.
>
> The diff specifies the place of ncurses library to enable QEMU's
> curses support.
>
> I sent the diff for qemu-2.8.1 a