commit:     9dce1946ac8d694128fd5e871a09c9e5e37a223d
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat Nov  7 18:24:34 2020 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Nov  7 18:24:50 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9dce1946

app-admin/radmind: Apply gcc-10 workaround

Bug: https://bugs.gentoo.org/706556
Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>

 app-admin/radmind/radmind-1.15.1.ebuild | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/app-admin/radmind/radmind-1.15.1.ebuild 
b/app-admin/radmind/radmind-1.15.1.ebuild
index 3d2decf2a3d..96807f42abc 100644
--- a/app-admin/radmind/radmind-1.15.1.ebuild
+++ b/app-admin/radmind/radmind-1.15.1.ebuild
@@ -1,8 +1,10 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
+inherit flag-o-matic
+
 DESCRIPTION="Command-line tools and server to remotely administer multiple 
Unix filesystems"
 HOMEPAGE="https://github.com/Radmind https://sourceforge.net/projects/radmind/";
 
SRC_URI="https://github.com/voretaq7/radmind/releases/download/${P}/${P}.tar.gz";
@@ -25,6 +27,11 @@ PATCHES=(
        "${FILESDIR}"/${PN}-1.14.1-glibc225.patch
 )
 
+src_configure() {
+       append-cflags -fcommon
+       default
+}
+
 src_install() {
        default
        keepdir /var/radmind/{cert,client,postapply,preapply}

Reply via email to