mirror of
https://github.com/dankamongmen/notcurses.git
synced 2024-10-31 15:20:13 +00:00
freebsd: get SIGWINCH/ppoll #196
This commit is contained in:
parent
f1453d106e
commit
b2acb31c0b
@ -76,7 +76,7 @@ target_compile_options(notcurses
|
||||
)
|
||||
target_compile_definitions(notcurses
|
||||
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
|
||||
FORTIFY_SOURCE=2 _GNU_SOURCE SOURCE_DEFAULT
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user