Skip to content

Commit

Permalink
Cleaned up previous OpenBSD change per recommendation
Browse files Browse the repository at this point in the history
  • Loading branch information
bceverly committed Sep 14, 2015
1 parent 3431e8e commit bd149a2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions CMakeLists.txt
Expand Up @@ -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()

Expand Down
2 changes: 1 addition & 1 deletion winpr/libwinpr/utils/CMakeLists.txt
Expand Up @@ -115,7 +115,7 @@ if(UNIX)
winpr_library_add(m)
endif()

if(BSD)
if(FREEBSD)
winpr_library_add(execinfo)
endif()

Expand Down

0 comments on commit bd149a2

Please sign in to comment.