diff options
author | Sam James <sam@gentoo.org> | 2021-04-05 15:46:17 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-05 15:46:17 +0000 |
commit | fd2c42c18d59bd8f1c8e22c2d9446a52767a8ae8 (patch) | |
tree | a07bfddae4d87ff34f49fd0a508f648305e730d3 /games-action/towbowl-tactics/files/towbowl-tactics-0.5-gentoo.patch | |
parent | dev-games/ps2-packer: port to EAPI 7, games.eclass-- (diff) | |
download | gentoo-fd2c42c18d59bd8f1c8e22c2d9446a52767a8ae8.tar.gz gentoo-fd2c42c18d59bd8f1c8e22c2d9446a52767a8ae8.tar.bz2 gentoo-fd2c42c18d59bd8f1c8e22c2d9446a52767a8ae8.zip |
games-action/towbowl-tactics: port to EAPI 7, games.eclass--
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'games-action/towbowl-tactics/files/towbowl-tactics-0.5-gentoo.patch')
-rw-r--r-- | games-action/towbowl-tactics/files/towbowl-tactics-0.5-gentoo.patch | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/games-action/towbowl-tactics/files/towbowl-tactics-0.5-gentoo.patch b/games-action/towbowl-tactics/files/towbowl-tactics-0.5-gentoo.patch index aa6a950e9a07..be8a3c42a994 100644 --- a/games-action/towbowl-tactics/files/towbowl-tactics-0.5-gentoo.patch +++ b/games-action/towbowl-tactics/files/towbowl-tactics-0.5-gentoo.patch @@ -1,6 +1,5 @@ -diff -ru tbt.orig/config.xml tbt/config.xml ---- tbt.orig/config.xml 2003-02-01 15:14:56.000000000 -0500 -+++ tbt/config.xml 2011-01-10 12:08:01.564649048 -0500 +--- a/config.xml ++++ b/config.xml @@ -5,5 +5,5 @@ <screen_h>600</screen_h> <sound_enabled>1</sound_enabled> @@ -8,9 +7,8 @@ diff -ru tbt.orig/config.xml tbt/config.xml -<language>0</language> +<language>1</language> </config> -diff -ru tbt.orig/src/Makefile tbt/src/Makefile ---- tbt.orig/src/Makefile 2003-02-01 15:07:40.000000000 -0500 -+++ tbt/src/Makefile 2011-01-10 12:07:29.075274834 -0500 +--- a/src/Makefile ++++ b/src/Makefile @@ -1,24 +1,20 @@ TBTHOME = /usr/local/games/tbt INCDIR = -I /usr/include/smpeg -I /usr/include/libxml2 -I /usr/include/SDL/ |