diff options
author | Alexey Sokolov <sokolov@google.com> | 2020-09-19 00:59:18 +0100 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2020-09-20 17:30:51 +0200 |
commit | 48eaec8d39c191ef1c59ac457f882a6d61ad15c4 (patch) | |
tree | d0d58d8da75f40fcfb3eefe246eed5767c9b85dc /games-action/garden/files | |
parent | dev-lang/spidermonkey: drop llvm_pkg_setup call (diff) | |
download | gentoo-48eaec8d39c191ef1c59ac457f882a6d61ad15c4.tar.gz gentoo-48eaec8d39c191ef1c59ac457f882a6d61ad15c4.tar.bz2 gentoo-48eaec8d39c191ef1c59ac457f882a6d61ad15c4.zip |
games-action/garden: fix build with gcc 10
Closes: https://github.com/gentoo/gentoo/pull/17596
Closes: https://bugs.gentoo.org/707460
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Alexey Sokolov <alexey+gentoo@asokolov.org>
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'games-action/garden/files')
-rw-r--r-- | games-action/garden/files/garden-1.0.9-fnocommon.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/games-action/garden/files/garden-1.0.9-fnocommon.patch b/games-action/garden/files/garden-1.0.9-fnocommon.patch new file mode 100644 index 000000000000..59d011f5f402 --- /dev/null +++ b/games-action/garden/files/garden-1.0.9-fnocommon.patch @@ -0,0 +1,11 @@ +--- a/src/main.c 2020-09-18 22:43:49.545959883 -0000 ++++ b/src/main.c 2020-09-18 22:43:40.465778941 -0000 +@@ -55,7 +55,7 @@ struct enemystruct enemy [NO_ENEMIES]; + struct ebulletstruct ebullet [NO_EBULLETS]; + struct pbulletstruct pbullet [NO_PBULLETS]; + struct arenastruct arena; +-struct eclassstruct eclass [NO_ENEMY_TYPES]; ++extern struct eclassstruct eclass [NO_ENEMY_TYPES]; + struct cloudstruct cloud [NO_CLOUDS]; + struct bossstruct boss; + |