openbsd-ports/audio/zmusic/patches/patch-CMakeLists_txt
2022-03-11 18:20:04 +00:00

13 lines
363 B
Plaintext

Index: CMakeLists.txt
--- CMakeLists.txt.orig
+++ CMakeLists.txt
@@ -137,7 +137,7 @@ else()
if ( UNIX )
include(CheckSymbolExists)
- check_symbol_exists( "fts_set" "fts.h" HAVE_FTS )
+ check_symbol_exists( "fts_set" "sys/types.h;sys/stat.h;fts.h" HAVE_FTS )
if ( NOT HAVE_FTS )
include ( FindPkgConfig )
pkg_check_modules( MUSL_FTS musl-fts )