ports/net/asterisk22/files/patch-build__tools_make__xml__documentation
Oleksandr Kryvulia d2de2e1ecf
Add net/asterisk22: LTS version of Asterisk PBX software
PR:		284056
Sponsored by:	FLEX-IT LLC
2025-01-19 01:42:50 +08:00

11 lines
485 B
Text

--- build_tools/make_xml_documentation.orig 2024-10-17 16:00:41 UTC
+++ build_tools/make_xml_documentation
@@ -220,7 +220,7 @@ for subdir in ${mod_subdirs} ; do
${XMLSTARLET} val -e -d "${source_tree}/doc/appdocsxml.dtd" "${i}" || { echo "" ; exit 1 ; }
fi
fi
- ${SED} -r "/^\s*(<[?]xml|<.DOCTYPE|<.?docs)/d" "${i}" >> "${output_file}"
+ ${SED} -r "/^[[:space:]]*(<[?]xml|<.DOCTYPE|<.?docs)/d" "${i}" >> "${output_file}"
done
done
echo "</docs>" >> "${output_file}"