diff options
Diffstat (limited to 'games-roguelike/angband/files/angband-4.2.0-gcc-10.patch')
-rw-r--r-- | games-roguelike/angband/files/angband-4.2.0-gcc-10.patch | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/games-roguelike/angband/files/angband-4.2.0-gcc-10.patch b/games-roguelike/angband/files/angband-4.2.0-gcc-10.patch deleted file mode 100644 index 6aeb1f7a2047..000000000000 --- a/games-roguelike/angband/files/angband-4.2.0-gcc-10.patch +++ /dev/null @@ -1,22 +0,0 @@ -https://bugs.gentoo.org/707770 - ---- a/src/mon-blows.h -+++ b/src/mon-blows.h -@@ -41,7 +41,7 @@ struct blow_method { - struct blow_method *next; - }; - --struct blow_method *blow_methods; -+extern struct blow_method *blow_methods; - - /** - * Storage for context information for effect handlers called in -@@ -83,7 +83,7 @@ struct blow_effect { - struct blow_effect *next; - }; - --struct blow_effect *blow_effects; -+extern struct blow_effect *blow_effects; - - /* Functions */ - int blow_index(const char *name); |