$NetBSD: patch-CMakeLists.txt,v 1.9 2025/10/29 07:57:08 tnn Exp $ Disable libsndfile. --- CMakeLists.txt.orig 2025-03-29 04:08:24.000000000 +0000 +++ CMakeLists.txt @@ -1708,7 +1708,7 @@ if(ALSOFT_UTILS) set(EXTRA_INSTALLS ${EXTRA_INSTALLS} openal-info) endif() - if(SNDFILE_FOUND) + if(SNDFILE_FOUND AND False) add_executable(uhjdecoder utils/uhjdecoder.cpp) target_compile_definitions(uhjdecoder PRIVATE ${CPP_DEFS}) target_include_directories(uhjdecoder @@ -1813,7 +1813,7 @@ if(ALSOFT_EXAMPLES) message(STATUS "Building example programs") - if(SNDFILE_FOUND) + if(SNDFILE_FOUND AND False) add_executable(alplay examples/alplay.c) target_link_libraries(alplay PRIVATE ${LINKER_FLAGS} SndFile::SndFile alsoft.excommon ${UNICODE_FLAG})