summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Huettel <dilfridge@gentoo.org>2021-01-07 01:08:29 +0200
committerAndreas K. Huettel <dilfridge@gentoo.org>2021-01-07 01:22:48 +0200
commit092963c1ea957d0a99bd9dba335fdafd3f0e941f (patch)
treebf98a837cecbb1b74e43dfdc9930d8f35615cb66 /net-p2p/opendchub
parentmedia-sound/bristol: Apply gcc-10 workaround (diff)
downloadgentoo-092963c1ea957d0a99bd9dba335fdafd3f0e941f.tar.gz
gentoo-092963c1ea957d0a99bd9dba335fdafd3f0e941f.tar.bz2
gentoo-092963c1ea957d0a99bd9dba335fdafd3f0e941f.zip
net-p2p/opendchub: Apply gcc-10 workaround
Closes: https://bugs.gentoo.org/708830 Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Andreas K. Huettel <dilfridge@gentoo.org>
Diffstat (limited to 'net-p2p/opendchub')
-rw-r--r--net-p2p/opendchub/opendchub-0.8.2.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/net-p2p/opendchub/opendchub-0.8.2.ebuild b/net-p2p/opendchub/opendchub-0.8.2.ebuild
index 2fd66e533b52..0e6df9059519 100644
--- a/net-p2p/opendchub/opendchub-0.8.2.ebuild
+++ b/net-p2p/opendchub/opendchub-0.8.2.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
-inherit autotools eutils
+inherit autotools eutils flag-o-matic
DESCRIPTION="hub software for Direct Connect"
HOMEPAGE="http://opendchub.sf.net"
@@ -25,6 +25,7 @@ src_prepare() {
}
src_configure() {
+ add-flags -fcommon
use perl || myconf="--disable-perl --enable-switch_user"
econf ${myconf}
}