diff options
author | Mike Frysinger <vapier@gentoo.org> | 2003-09-11 12:26:35 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2003-09-11 12:26:35 +0000 |
commit | c9e5781499d5c516b39e7a45b475f01e04f46e97 (patch) | |
tree | cdffe15a600d2482841c484f1460fc53564b90d7 /games-sports/soccar/files | |
parent | simulation games (diff) | |
download | historical-c9e5781499d5c516b39e7a45b475f01e04f46e97.tar.gz historical-c9e5781499d5c516b39e7a45b475f01e04f46e97.tar.bz2 historical-c9e5781499d5c516b39e7a45b475f01e04f46e97.zip |
sports games !
Diffstat (limited to 'games-sports/soccar/files')
-rw-r--r-- | games-sports/soccar/files/0.5.2-cfg-reloc.patch | 31 | ||||
-rw-r--r-- | games-sports/soccar/files/digest-soccar-0.5.2 | 2 |
2 files changed, 33 insertions, 0 deletions
diff --git a/games-sports/soccar/files/0.5.2-cfg-reloc.patch b/games-sports/soccar/files/0.5.2-cfg-reloc.patch new file mode 100644 index 000000000000..812e6c957820 --- /dev/null +++ b/games-sports/soccar/files/0.5.2-cfg-reloc.patch @@ -0,0 +1,31 @@ +--- src/app.cpp.orig 2003-07-21 22:20:18.000000000 -0400 ++++ src/app.cpp 2003-07-21 22:21:43.000000000 -0400 +@@ -25,7 +25,7 @@ + mGameStatsOn = true; + mNumScreenShots = 0; + +- mRoot = new Root(); ++ mRoot = new Root("GENTOO_CFGDIR/plugins.cfg"); + + setupResources(); + +@@ -113,7 +113,7 @@ + { + // Load resource paths from config file + ConfigFile cf; +- cf.load("resources.cfg"); ++ cf.load("GENTOO_CFGDIR/resources.cfg"); + + // Go through all settings in the file + ConfigFile::SettingsIterator i = cf.getSettingsIterator(); +--- src/config.cpp.orig 2003-07-21 23:12:42.000000000 -0400 ++++ src/config.cpp 2003-07-21 23:12:49.000000000 -0400 +@@ -21,7 +21,7 @@ + save(); + } + +-static const char* const cfgname = "soccar.cfg"; ++static const char* const cfgname = "GENTOO_CFGDIR/soccar.cfg"; + + bool Config::load() + { diff --git a/games-sports/soccar/files/digest-soccar-0.5.2 b/games-sports/soccar/files/digest-soccar-0.5.2 new file mode 100644 index 000000000000..b8484df709b3 --- /dev/null +++ b/games-sports/soccar/files/digest-soccar-0.5.2 @@ -0,0 +1,2 @@ +MD5 798fcd8fe8ece1a931aadb0e89e5c79f soccar-0.5.2-src.tar.bz2 38034 +MD5 b9498bbca83a7b0b21e1075f6451e95f soccar-0.5.2-data.tar.bz2 1643426 |