--- Emulator/Sound/CMakeLists.txt.orig 2025-11-07 12:55:19 UTC +++ Emulator/Sound/CMakeLists.txt @@ -20,7 +20,7 @@ if (${CMAKE_SYSTEM_NAME} STREQUAL "Darwin") Emulator/Sound/TCoreAudioSoundManager.cpp Emulator/Sound/TCoreAudioSoundManager.h ) -elseif (${CMAKE_SYSTEM_NAME} STREQUAL "Linux" OR ${CMAKE_SYSTEM_NAME} STREQUAL "OpenBSD") +elseif (${CMAKE_SYSTEM_NAME} STREQUAL "Linux" OR ${CMAKE_SYSTEM_NAME} MATCHES ".*BSD$") list (APPEND app_sources Emulator/Sound/TPulseAudioSoundManager.cpp Emulator/Sound/TPulseAudioSoundManager.h