diff options
author | 2020-11-01 03:02:41 +0200 | |
---|---|---|
committer | 2020-11-01 03:02:41 +0200 | |
commit | e32a7e93e5f494ad743e00972496b7261dcbc8c3 (patch) | |
tree | 44885e348269128c417e963d91e991cbf1eca266 /net-misc/bird/bird-2.0.7.ebuild | |
parent | net-misc/sipsak: Version bump; apply workaround for gcc-10 (diff) | |
download | gentoo-e32a7e93e5f494ad743e00972496b7261dcbc8c3.tar.gz gentoo-e32a7e93e5f494ad743e00972496b7261dcbc8c3.tar.bz2 gentoo-e32a7e93e5f494ad743e00972496b7261dcbc8c3.zip |
net-misc/bird: Add build fix for gcc-10
Closes: https://bugs.gentoo.org/706704
Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'net-misc/bird/bird-2.0.7.ebuild')
-rw-r--r-- | net-misc/bird/bird-2.0.7.ebuild | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/net-misc/bird/bird-2.0.7.ebuild b/net-misc/bird/bird-2.0.7.ebuild index edc17f5b33c7..d2f563e29758 100644 --- a/net-misc/bird/bird-2.0.7.ebuild +++ b/net-misc/bird/bird-2.0.7.ebuild @@ -18,6 +18,10 @@ DEPEND="sys-devel/flex sys-devel/bison sys-devel/m4" +PATCHES=( + "${FILESDIR}/${P}-gcc10.patch" +) + src_configure() { econf \ --localstatedir="${EPREFIX}/var" \ |