Skip to content

Commit

Permalink
games-action/garden: fix compile (bug #572648)
Browse files Browse the repository at this point in the history
Package-Manager: portage-2.2.26
  • Loading branch information
Michael Sterrett committed Jan 23, 2016
1 parent 8e29ef2 commit cfaf2aa
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 22 deletions.
20 changes: 0 additions & 20 deletions games-action/garden/files/garden-1.0.9-gcc52.patch

This file was deleted.

7 changes: 5 additions & 2 deletions games-action/garden/garden-1.0.9.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,11 @@ RDEPEND="${DEPEND}"
src_prepare() {
epatch \
"${FILESDIR}"/${P}-dash.patch \
"${FILESDIR}"/${P}-resources.patch \
"${FILESDIR}"/${P}-gcc52.patch
"${FILESDIR}"/${P}-resources.patch
# build with gcc52
sed -i \
-e 's/inline/extern inline/' \
src/stuff.h || die
eautoreconf
}

Expand Down

0 comments on commit cfaf2aa

Please sign in to comment.