Skip to content

Commit

Permalink
games-arcade/xboing: Apply -fcommon workaround
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
akhuettel committed Apr 24, 2020
1 parent 30efb31 commit b3ab289
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions games-arcade/xboing/xboing-2.4-r3.ebuild
Original file line number Diff line number Diff line change
@@ -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/"
Expand Down Expand Up @@ -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() {
Expand Down

0 comments on commit b3ab289

Please sign in to comment.