diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2021-01-03 09:49:26 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2021-01-03 09:58:22 +0000 |
commit | 176b1e5c7185218a2462a15a7d7bd6bc730d57c9 (patch) | |
tree | 16bcef2a9bb2fa4b399a6e26c7c84ee52a95aed3 /app-text/mandoc | |
parent | dev-python/yarl: Stabilize 1.6.3 sparc, #762556 (diff) | |
download | gentoo-176b1e5c7185218a2462a15a7d7bd6bc730d57c9.tar.gz gentoo-176b1e5c7185218a2462a15a7d7bd6bc730d57c9.tar.bz2 gentoo-176b1e5c7185218a2462a15a7d7bd6bc730d57c9.zip |
app-text/mandoc: handle user's AR setting
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'app-text/mandoc')
-rw-r--r-- | app-text/mandoc/mandoc-1.14.5-r1.ebuild | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/app-text/mandoc/mandoc-1.14.5-r1.ebuild b/app-text/mandoc/mandoc-1.14.5-r1.ebuild index c6058c164364..21e0f9624754 100644 --- a/app-text/mandoc/mandoc-1.14.5-r1.ebuild +++ b/app-text/mandoc/mandoc-1.14.5-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -93,6 +93,10 @@ src_prepare() { if [[ -n "${MANDOC_CGI_H}" ]]; then cp "${MANDOC_CGI_H}" cgi.h || die fi + + # ./configure does not propagate all configure.local + # settings to Makefile.local settings. + tc-export AR } src_compile() { |