diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2020-04-25 00:23:43 +0300 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2020-04-25 00:23:43 +0300 |
commit | b3ab289285d6e23cc70866be4ec32c330399f3c2 (patch) | |
tree | c22c8105e87fb3dd99e7a50a4b0567954f157a27 /games-arcade | |
parent | app-text/xournalpp: Version bump (diff) | |
download | gentoo-b3ab289285d6e23cc70866be4ec32c330399f3c2.tar.gz gentoo-b3ab289285d6e23cc70866be4ec32c330399f3c2.tar.bz2 gentoo-b3ab289285d6e23cc70866be4ec32c330399f3c2.zip |
games-arcade/xboing: Apply -fcommon workaround
This is prehistoric software without upstream activity or even a
bugtracker. Let's keep it working as long as possible...
Closes: https://bugs.gentoo.org/707214
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'games-arcade')
-rw-r--r-- | games-arcade/xboing/xboing-2.4-r3.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/games-arcade/xboing/xboing-2.4-r3.ebuild b/games-arcade/xboing/xboing-2.4-r3.ebuild index 9c36b5a49e69..d47824221347 100644 --- a/games-arcade/xboing/xboing-2.4-r3.ebuild +++ b/games-arcade/xboing/xboing-2.4-r3.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit eutils +inherit flag-o-matic eutils DESCRIPTION="Blockout type game where you bounce a ball trying to destroy blocks" HOMEPAGE="http://www.techrescue.org/xboing/" @@ -36,6 +36,7 @@ src_prepare() { src_configure() { xmkmf -a || die sed -i -e "s:GENTOO_VER:${PF/${PN}-/}:" Imakefile || die + append-cflags -fcommon } src_compile() { |