diff options
author | Wolfgang E. Sanyer <ezzieyguywuf@gmail.com> | 2021-03-08 19:54:55 -0500 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-05 17:45:40 +0000 |
commit | b5f106a4243095534923f7ef4868cb8d646e65ea (patch) | |
tree | 8d794be01b44332f1cce8fa59a20d9bb3bda992d /games-roguelike/zangband | |
parent | games-roguelike/tome: rename patch file to include package name (diff) | |
download | gentoo-b5f106a4243095534923f7ef4868cb8d646e65ea.tar.gz gentoo-b5f106a4243095534923f7ef4868cb8d646e65ea.tar.bz2 gentoo-b5f106a4243095534923f7ef4868cb8d646e65ea.zip |
games-roguelike/zangband: update patches to work with -p1
Signed-off-by: Wolfgang E. Sanyer <ezzieyguywuf@gmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'games-roguelike/zangband')
3 files changed, 6 insertions, 6 deletions
diff --git a/games-roguelike/zangband/files/zangband-2.7.4c-configure.patch b/games-roguelike/zangband/files/zangband-2.7.4c-configure.patch index 756ea757845c..b56fed37cfdb 100644 --- a/games-roguelike/zangband/files/zangband-2.7.4c-configure.patch +++ b/games-roguelike/zangband/files/zangband-2.7.4c-configure.patch @@ -1,5 +1,5 @@ ---- configure.in.orig -+++ configure.in +--- a/configure.in ++++ b/configure.in @@ -236,48 +236,5 @@ AC_CHECK_FUNCS([Tk_SetClassProcs TkpSync]) AC_CHECK_FUNCS([mkstemp usleep getpwuid getpwnam shmget]) diff --git a/games-roguelike/zangband/files/zangband-2.7.4c-makefile.patch b/games-roguelike/zangband/files/zangband-2.7.4c-makefile.patch index bae74904cf02..0fb2821ecfad 100644 --- a/games-roguelike/zangband/files/zangband-2.7.4c-makefile.patch +++ b/games-roguelike/zangband/files/zangband-2.7.4c-makefile.patch @@ -1,5 +1,5 @@ ---- makefile.in.orig -+++ makefile.in +--- a/makefile.in ++++ b/makefile.in @@ -111,17 +111,6 @@ %.o: %.c $(CC) $(CFLAGS) $(CPPFLAGS) $(DEFS) $< -c -o $@ $(DEFS) diff --git a/games-roguelike/zangband/files/zangband-2.7.4c-tk85.patch b/games-roguelike/zangband/files/zangband-2.7.4c-tk85.patch index 73ea2ab5f9dc..6b4eff9d30da 100644 --- a/games-roguelike/zangband/files/zangband-2.7.4c-tk85.patch +++ b/games-roguelike/zangband/files/zangband-2.7.4c-tk85.patch @@ -1,5 +1,5 @@ ---- configure.in.orig -+++ configure.in +--- a/configure.in ++++ b/configure.in @@ -141,12 +141,12 @@ ]) |