summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2020-11-01 03:02:41 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2020-11-01 03:02:41 +0200
commite32a7e93e5f494ad743e00972496b7261dcbc8c3 (patch)
tree44885e348269128c417e963d91e991cbf1eca266 /net-misc/bird/bird-2.0.7.ebuild
parentnet-misc/sipsak: Version bump; apply workaround for gcc-10 (diff)
downloadgentoo-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.ebuild4
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" \