$NetBSD: patch-lib_CMakeLists.txt,v 1.2 2021/04/05 11:58:57 tnn Exp $ Use devel/cpu_features from pkgsrc since the volk release tarball doesn't bundle it and we need to patch cpu_features anyway. --- lib/CMakeLists.txt.orig 2020-12-17 15:49:06.000000000 +0000 +++ lib/CMakeLists.txt @@ -517,7 +517,7 @@ target_include_directories(volk_obj if(VOLK_CPU_FEATURES) set_source_files_properties(volk_cpu.c PROPERTIES COMPILE_DEFINITIONS "VOLK_CPU_FEATURES=1") target_include_directories(volk_obj - PRIVATE $ + PRIVATE $ ) endif()