diff options
author | Sam James <sam@gentoo.org> | 2021-04-04 02:56:17 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-04 06:32:39 +0000 |
commit | fb3d6404d6d6448c5c9ff874eec253947f4b4095 (patch) | |
tree | 15fbac7549d42ba458df8162143b3498ead38847 /games-arcade/pachi/files | |
parent | games-board/xscrabble: port to EAPI 7, games.eclass-- (diff) | |
download | gentoo-fb3d6404d6d6448c5c9ff874eec253947f4b4095.tar.gz gentoo-fb3d6404d6d6448c5c9ff874eec253947f4b4095.tar.bz2 gentoo-fb3d6404d6d6448c5c9ff874eec253947f4b4095.zip |
games-arcade/pachi: port to EAPI 7, games.eclass--
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'games-arcade/pachi/files')
-rw-r--r-- | games-arcade/pachi/files/1.0-autotools.patch | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/games-arcade/pachi/files/1.0-autotools.patch b/games-arcade/pachi/files/1.0-autotools.patch index 0d0185f142f3..79e79d3a89ec 100644 --- a/games-arcade/pachi/files/1.0-autotools.patch +++ b/games-arcade/pachi/files/1.0-autotools.patch @@ -1,5 +1,5 @@ ---- configure.in -+++ configure.in +--- a/configure.in ++++ b/configure.in @@ -1,5 +1,7 @@ # Process this file with autoconf to produce a configure script. +AC_PREREQ([2.54]) @@ -17,8 +17,8 @@ fi eval DATAPATH=`eval echo "$DATADIR"` ---- data/Makefile.am -+++ data/Makefile.am +--- a/data/Makefile.am ++++ b/data/Makefile.am @@ -10,13 +10,13 @@ objects_v2.dat \ rooms_v2.dat @@ -39,8 +39,8 @@ + for file in $(score_DATA_); do \ + $(INSTALL) -g $(group) -m $(perms) $$file $(DESTDIR)$(scoredir); \ + done ---- Makefile.am -+++ Makefile.am +--- a/Makefile.am ++++ b/Makefile.am @@ -1 +1 @@ -SUBDIRS = src Tgfx data fonts music sounds docs +SUBDIRS = src Tgfx data fonts music sounds |