freebsd: get SIGWINCH/ppoll #196

This commit is contained in:
nick black 2019-12-27 01:41:14 -05:00 committed by Nick Black
parent f1453d106e
commit b2acb31c0b

View File

@ -76,7 +76,7 @@ target_compile_options(notcurses
) )
target_compile_definitions(notcurses target_compile_definitions(notcurses
PUBLIC PUBLIC
_XOPEN_SOURCE=700 # wcwidth(3) requires _XOPEN_SOURCE, and is in our headers _XOPEN_SOURCE # wcwidth(3) requires _XOPEN_SOURCE, and is in our headers
PRIVATE PRIVATE
FORTIFY_SOURCE=2 _GNU_SOURCE SOURCE_DEFAULT FORTIFY_SOURCE=2 _GNU_SOURCE SOURCE_DEFAULT
) )