This commit is contained in:
Přemysl Eric Janouch 2016-01-04 01:15:42 +01:00
parent aeb047260f
commit 0092c34568
1 changed files with 2 additions and 2 deletions

View File

@ -30,8 +30,8 @@ pkg_check_modules (libssl REQUIRED libssl libcrypto)
pkg_check_modules (ncursesw ncursesw)
if ("${CMAKE_SYSTEM_NAME}" MATCHES "BSD")
include_directories(/usr/local/include)
link_directories(/usr/local/lib)
include_directories (/usr/local/include)
link_directories (/usr/local/lib)
# Need this for SIGWINCH in FreeBSD and OpenBSD respectively;
# our POSIX version macros make it undefined
add_definitions (-D__BSD_VISIBLE=1 -D_BSD_SOURCE=1)