File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -155,11 +155,11 @@ endif()
155155# Somehow in OpenBSD whenever POSIX conformance is specified
156156# some string functions rely on locale_t availability,
157157# which was introduced in POSIX.1-2008, forcing us to go higher
158- if (CMAKE_SYSTEM_NAME MATCHES "OpenBSD" )
159- add_compile_definitions (_XOPEN_SOURCE=700)
160- else ()
161- add_compile_definitions (_XOPEN_SOURCE=600)
162- endif ()
158+ # if (CMAKE_SYSTEM_NAME MATCHES "OpenBSD")
159+ # add_compile_definitions(_XOPEN_SOURCE=700)
160+ # else()
161+ # add_compile_definitions(_XOPEN_SOURCE=600)
162+ # endif()
163163
164164# Data types, macros and functions related to controlling CPU affinity and
165165# some memory allocation are available on Linux through GNU extensions in libc
You can’t perform that action at this time.
0 commit comments