diff options
author | Pacho Ramos <pacho@gentoo.org> | 2018-04-14 23:36:26 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2018-04-14 23:38:55 +0200 |
commit | ff0c3a61cc4810203d8874799451d9ff20647c41 (patch) | |
tree | e450c84a689709bcd14b55e0e0fa8da3598dba5f /games-puzzle/biniax2/files | |
parent | games-puzzle/amoebax: Update patches (diff) | |
download | gentoo-ff0c3a61cc4810203d8874799451d9ff20647c41.tar.gz gentoo-ff0c3a61cc4810203d8874799451d9ff20647c41.tar.bz2 gentoo-ff0c3a61cc4810203d8874799451d9ff20647c41.zip |
games-puzzle/biniax2: Stop using games.eclass
Package-Manager: Portage-2.3.28, Repoman-2.3.9
Diffstat (limited to 'games-puzzle/biniax2/files')
-rw-r--r-- | games-puzzle/biniax2/files/biniax2-1.30-build.patch | 4 | ||||
-rw-r--r-- | games-puzzle/biniax2/files/biniax2-1.30-dotfiles.patch | 16 |
2 files changed, 10 insertions, 10 deletions
diff --git a/games-puzzle/biniax2/files/biniax2-1.30-build.patch b/games-puzzle/biniax2/files/biniax2-1.30-build.patch index 26c053c2e98e..cce8abe91a93 100644 --- a/games-puzzle/biniax2/files/biniax2-1.30-build.patch +++ b/games-puzzle/biniax2/files/biniax2-1.30-build.patch @@ -1,5 +1,5 @@ ---- makefile -+++ makefile +--- a/makefile ++++ b/makefile @@ -4,7 +4,7 @@ # To execute the game you need the runtimes of SDL, SDL_mixer and SDL_image. diff --git a/games-puzzle/biniax2/files/biniax2-1.30-dotfiles.patch b/games-puzzle/biniax2/files/biniax2-1.30-dotfiles.patch index 2cd212d6857c..00391677ce8a 100644 --- a/games-puzzle/biniax2/files/biniax2-1.30-dotfiles.patch +++ b/games-puzzle/biniax2/files/biniax2-1.30-dotfiles.patch @@ -1,5 +1,5 @@ ---- biniax.c -+++ biniax.c +--- a/biniax.c ++++ b/biniax.c @@ -47,6 +47,8 @@ INCLUDES
******************************************************************************/
@@ -18,8 +18,8 @@ cfgInit();
hofInit();
if ( gfxInit() == BNX_FALSE )
---- desktop/cfg.c -+++ desktop/cfg.c +--- a/desktop/cfg.c ++++ b/desktop/cfg.c @@ -36,7 +36,7 @@ ******************************************************************************/
@@ -29,8 +29,8 @@ struct BNX_SETUP
{
---- game.h -+++ game.h +--- a/game.h ++++ b/game.h @@ -37,7 +37,7 @@ DEFINITIONS
******************************************************************************/
@@ -40,8 +40,8 @@ /******************************************************************************
CONSTANTS
---- hof.c -+++ hof.c +--- a/hof.c ++++ b/hof.c @@ -34,7 +34,7 @@ #define chCursor '_' /* Cursor ON */
#define chSpace ' ' /* Cursor OFF*/
|