From fb3d6404d6d6448c5c9ff874eec253947f4b4095 Mon Sep 17 00:00:00 2001 From: Sam James Date: Sun, 4 Apr 2021 02:56:17 +0000 Subject: games-arcade/pachi: port to EAPI 7, games.eclass-- Signed-off-by: Sam James --- games-arcade/pachi/files/1.0-autotools.patch | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'games-arcade/pachi/files') 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 -- cgit v1.2.3-65-gdbad