head 1.1; access; symbols; locks; strict; comment @// @; 1.1 date 2026.06.25.08.16.53; author wiz; state Exp; branches; next ; commitid BpEIr6md5BNQE9LG; desc @@ 1.1 log @gerbera: fix build Not sure where these std:: problems come from, the fmt changes are needed for fmtlib 12.2.0 @ text @$NetBSD$ Fix build. https://github.com/gerbera/gerbera/issues/3897 --- src/config/setup/config_setup_path.cc.orig 2026-06-25 07:58:51.173207423 +0000 +++ src/config/setup/config_setup_path.cc @@@@ -60,7 +60,7 @@@@ bool ConfigPathSetup::checkExecutable(std::string& opt int err = 0; if (!isExecutable(tmpPath, &err)) { - log_warning("Error in configuration, file {} is not executable: {} for '{}'", optValue, std::strerror(err), cpath); + log_warning("Error in configuration, file {} is not executable: {} for '{}'", optValue, strerror(err), cpath); return !isSet(ConfigPathArguments::mustExist); } return true; @