diff options
Diffstat (limited to 'games-strategy/ufo-ai/files/ufo-ai-2.2.1-noelfonshared.patch')
-rw-r--r-- | games-strategy/ufo-ai/files/ufo-ai-2.2.1-noelfonshared.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/games-strategy/ufo-ai/files/ufo-ai-2.2.1-noelfonshared.patch b/games-strategy/ufo-ai/files/ufo-ai-2.2.1-noelfonshared.patch new file mode 100644 index 000000000000..18b3a7da2bd2 --- /dev/null +++ b/games-strategy/ufo-ai/files/ufo-ai-2.2.1-noelfonshared.patch @@ -0,0 +1,11 @@ +--- src/common/files.c.old 2010-03-01 09:07:30.000000000 +0100 ++++ src/common/files.c 2010-03-01 09:08:18.000000000 +0100 +@@ -894,6 +894,8 @@ + /* start up with base by default */ + FS_AddGameDirectory(va("%s/" BASEDIRNAME, fs_basedir->string)); + ++ FS_AddGameDirectory("@GAMES_LIBDIR@"); ++ + /* then add a '.ufoai/base' directory in home directory by default */ + if (fs_usehomedir->integer) + FS_AddHomeAsGameDirectory(BASEDIRNAME); |