summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Deutschmann <whissi@gentoo.org>2020-05-02 20:08:31 +0200
committerThomas Deutschmann <whissi@gentoo.org>2020-05-02 20:10:59 +0200
commit285b5666060df4ae4d66af4ae9623aa8009f27cb (patch)
tree0faeaf117339f32ba9ce02f3bd977261c618c141 /net-misc/wget/wget-1.20.3-r3.ebuild
parentapp-forensics/honggfuzz: drop old (diff)
downloadgentoo-285b5666060df4ae4d66af4ae9623aa8009f27cb.tar.gz
gentoo-285b5666060df4ae4d66af4ae9623aa8009f27cb.tar.bz2
gentoo-285b5666060df4ae4d66af4ae9623aa8009f27cb.zip
net-misc/wget: fix building with gcc-10
Closes: https://bugs.gentoo.org/706458 Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'net-misc/wget/wget-1.20.3-r3.ebuild')
-rw-r--r--net-misc/wget/wget-1.20.3-r3.ebuild2
1 files changed, 2 insertions, 0 deletions
diff --git a/net-misc/wget/wget-1.20.3-r3.ebuild b/net-misc/wget/wget-1.20.3-r3.ebuild
index dc1e481def73..cc2ca822468d 100644
--- a/net-misc/wget/wget-1.20.3-r3.ebuild
+++ b/net-misc/wget/wget-1.20.3-r3.ebuild
@@ -54,6 +54,8 @@ BDEPEND="
DOCS=( AUTHORS MAILING-LIST NEWS README doc/sample.wgetrc )
+PATCHES=( "${FILESDIR}"/${P}-gcc10-fno-common.patch )
+
pkg_setup() {
use test && python-any-r1_pkg_setup
}