From: Alejandro Colomar Date: Sat, 23 Aug 2025 10:13:36 +0000 (+0200) Subject: share/mk/: $PCRE2GREP: Add dependency X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5bec5876c5e54874edb79f84359cdf92be327252;p=thirdparty%2Fman-pages.git share/mk/: $PCRE2GREP: Add dependency This will be used for adding diagnostics about semantic newlines. Signed-off-by: Alejandro Colomar --- diff --git a/share/mk/configure/build-depends/pcre2-utils/pcre2grep.mk b/share/mk/configure/build-depends/pcre2-utils/pcre2grep.mk new file mode 100644 index 000000000..209fb5b01 --- /dev/null +++ b/share/mk/configure/build-depends/pcre2-utils/pcre2grep.mk @@ -0,0 +1,14 @@ +# Copyright, the authors of the Linux man-pages project +# SPDX-License-Identifier: LGPL-3.0-only WITH LGPL-3.0-linking-exception + + +ifndef MAKEFILE_CONFIGURE_BUILD_DEPENDS_PCRE2_UTILS_PCRE2GREP_INCLUDED +MAKEFILE_CONFIGURE_BUILD_DEPENDS_PCRE2_UTILS_PCRE2GREP_INCLUDED := 1 + + +ifndef PCRE2GREP +PCRE2GREP := pcre2grep +endif + + +endif # include guard