diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2021-01-03 09:58:12 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2021-01-03 09:58:22 +0000 |
commit | 01e4c90edad0b1b378df8c70219190177c8f1646 (patch) | |
tree | 7b6ea4af8153bb64d40a1d38091bbddecea5b32f /app-text/mandoc/mandoc-1.14.5-r1.ebuild | |
parent | app-text/mandoc: handle user's AR setting (diff) | |
download | gentoo-01e4c90edad0b1b378df8c70219190177c8f1646.tar.gz gentoo-01e4c90edad0b1b378df8c70219190177c8f1646.tar.bz2 gentoo-01e4c90edad0b1b378df8c70219190177c8f1646.zip |
app-text/mandoc: tweak for gcc-10
Reported-by: Toralf Förster
Closes: https://bugs.gentoo.org/707254
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'app-text/mandoc/mandoc-1.14.5-r1.ebuild')
-rw-r--r-- | app-text/mandoc/mandoc-1.14.5-r1.ebuild | 5 |
1 files changed, 4 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 21e0f9624754..cdc81d936543 100644 --- a/app-text/mandoc/mandoc-1.14.5-r1.ebuild +++ b/app-text/mandoc/mandoc-1.14.5-r1.ebuild @@ -24,7 +24,10 @@ BDEPEND=" cgi? ( app-text/highlight ) " -PATCHES=( "${FILESDIR}"/${PN}-1.14.5-r1-www-install.patch ) +PATCHES=( + "${FILESDIR}"/${PN}-1.14.5-r1-www-install.patch + "${FILESDIR}"/${PN}-1.14.5-gcc10.patch +) pkg_pretend() { if use system-man ; then |