diff options
author | Wolfgang E. Sanyer <ezzieyguywuf@gmail.com> | 2021-03-08 14:45:30 -0500 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-05 17:45:43 +0000 |
commit | d87ccd2c0eed1ad7a4cc5893fbdfd2b93b693eeb (patch) | |
tree | c9bf1a7ba8e3cebb1d7bd63a56148b5d013d6478 /games-roguelike | |
parent | games-roguelike/hengband: add missing tinfo link (diff) | |
download | gentoo-d87ccd2c0eed1ad7a4cc5893fbdfd2b93b693eeb.tar.gz gentoo-d87ccd2c0eed1ad7a4cc5893fbdfd2b93b693eeb.tar.bz2 gentoo-d87ccd2c0eed1ad7a4cc5893fbdfd2b93b693eeb.zip |
games-roguelike/hengband: fix patch to work with EAPI 7
Signed-off-by: Wolfgang E. Sanyer <ezzieyguywuf@gmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'games-roguelike')
-rw-r--r-- | games-roguelike/hengband/files/hengband-1.6.2-ovflfix.patch | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/games-roguelike/hengband/files/hengband-1.6.2-ovflfix.patch b/games-roguelike/hengband/files/hengband-1.6.2-ovflfix.patch index 47bb53cf771a..ec8e1273893f 100644 --- a/games-roguelike/hengband/files/hengband-1.6.2-ovflfix.patch +++ b/games-roguelike/hengband/files/hengband-1.6.2-ovflfix.patch @@ -1,6 +1,8 @@ ---- src/effects.c.old 2010-10-28 11:51:31.000000000 +0200 -+++ src/effects.c 2010-10-28 11:51:59.000000000 +0200 -@@ -5191,7 +5191,7 @@ +diff --git a/src/effects.c b/src/effects.c +index a97a2ec..3988b04 100644 +--- a/src/effects.c ++++ b/src/effects.c +@@ -5191,7 +5191,7 @@ int take_hit(int damage_type, int damage, cptr hit_from, int monspell) } else { |