mirror of
https://github.com/dankamongmen/notcurses
synced 2025-03-09 17:19:03 -04: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…
x
Reference in New Issue
Block a user