From bd149a284df1efa037b739738c6e653ba0164f2c Mon Sep 17 00:00:00 2001 From: Bryan Everly Date: Mon, 14 Sep 2015 13:20:11 -0400 Subject: [PATCH] Cleaned up previous OpenBSD change per recommendation --- CMakeLists.txt | 5 ++--- winpr/libwinpr/utils/CMakeLists.txt | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 83368c102d11..0df230f82086 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -381,11 +381,10 @@ endif(APPLE) # OpenBSD if(OPENBSD) - LINK_DIRECTORIES(/usr/local/lib) - TARGET_LINK_LIBRARIES(execinfo) set(WITH_MANPAGES "ON") set(WITH_ALSA "OFF") - set(WITH_PULSE "ON") + set(WITH_PULSE "OFF") + set(WITH_OSS "ON") set(WITH_WAYLAND "OFF") endif() diff --git a/winpr/libwinpr/utils/CMakeLists.txt b/winpr/libwinpr/utils/CMakeLists.txt index e84365d46726..46263a48b272 100644 --- a/winpr/libwinpr/utils/CMakeLists.txt +++ b/winpr/libwinpr/utils/CMakeLists.txt @@ -115,7 +115,7 @@ if(UNIX) winpr_library_add(m) endif() -if(BSD) +if(FREEBSD) winpr_library_add(execinfo) endif()