summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakov Smolic <jakov.smolic@sartura.hr>2021-02-20 20:31:17 +0100
committerDavid Seifert <soap@gentoo.org>2021-02-20 20:31:17 +0100
commit64333f0eae294035513550f9339567c678d541d0 (patch)
treecbc29f84cd28763b45776ea7022b6e9e4a56362c /sci-astronomy/esomidas
parentnet-misc/mstpd: Convert absolute into relative symlinks (diff)
downloadgentoo-64333f0eae294035513550f9339567c678d541d0.tar.gz
gentoo-64333f0eae294035513550f9339567c678d541d0.tar.bz2
gentoo-64333f0eae294035513550f9339567c678d541d0.zip
sci-astronomy/esomidas: Apply gcc-10 workaround
Closes: https://bugs.gentoo.org/707252 Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr> Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'sci-astronomy/esomidas')
-rw-r--r--sci-astronomy/esomidas/esomidas-17.02-r1.ebuild2
1 files changed, 2 insertions, 0 deletions
diff --git a/sci-astronomy/esomidas/esomidas-17.02-r1.ebuild b/sci-astronomy/esomidas/esomidas-17.02-r1.ebuild
index 70312bb39753..dfb83f7b1822 100644
--- a/sci-astronomy/esomidas/esomidas-17.02-r1.ebuild
+++ b/sci-astronomy/esomidas/esomidas-17.02-r1.ebuild
@@ -96,6 +96,8 @@ src_configure() {
${MID_INSTALL}/preinstall -a || die "preinstallation failed"
${MID_INSTALL}/install2 || die "configuration failed"
chmod 755 ${MID_HOME}/local/make_shared
+ append-fflags -fallow-argument-mismatch
+ append-cflags -fcommon
}
src_compile() {