• [gentoo-dev] [PATCH 1/4] waf-utils.eclass: add default mandir setting

    From Matthew Smith@21:1/5 to All on Sat Nov 19 10:30:01 2022
    Closes: https://bugs.gentoo.org/376149
    Signed-off-by: Matthew Smith <matthew@gentoo.org>
    ---
    eclass/waf-utils.eclass | 3 +++
    1 file changed, 3 insertions(+)

    diff --git a/eclass/waf-utils.eclass b/eclass/waf-utils.eclass
    index cfcefed5227..b73866072f7 100644
    --- a/eclass/waf-utils.eclass
    +++ b/eclass/waf-utils.eclass
    @@ -88,6 +88,9 @@ waf-utils_src_configure() {
    if [[ ${waf_help} == *--libdir* ]]; then
    conf_args+=( --libdir="${EPREFIX}/usr/$(get_libdir)" )
    fi
    + if [[ ${waf_help} == *--mandir* ]]; then
    + conf_args+=( --mandir="${EPREFIX}"/usr/share/man )
    + fi

    tc-export AR CC CPP CXX RANLIB

    --
    2.38.1

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)