diff options
author | Michael Januszewski <spock@gentoo.org> | 2007-05-12 09:53:34 +0000 |
---|---|---|
committer | Michael Januszewski <spock@gentoo.org> | 2007-05-12 09:53:34 +0000 |
commit | c0ea0b68d2682093a3b1c6450b394c1b9e079ac4 (patch) | |
tree | 75f800f2361cb694bd27d64a2d17137a39aca29f /media-gfx/splashutils/files | |
parent | amd64 stable, bug 141404 (diff) | |
download | gentoo-2-c0ea0b68d2682093a3b1c6450b394c1b9e079ac4.tar.gz gentoo-2-c0ea0b68d2682093a3b1c6450b394c1b9e079ac4.tar.bz2 gentoo-2-c0ea0b68d2682093a3b1c6450b394c1b9e079ac4.zip |
Fix bug #177623.
(Portage version: 2.1.2.7)
Diffstat (limited to 'media-gfx/splashutils/files')
-rw-r--r-- | media-gfx/splashutils/files/splashutils-1.4.2-getcfg.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/media-gfx/splashutils/files/splashutils-1.4.2-getcfg.patch b/media-gfx/splashutils/files/splashutils-1.4.2-getcfg.patch new file mode 100644 index 000000000000..b4b43b85a6d8 --- /dev/null +++ b/media-gfx/splashutils/files/splashutils-1.4.2-getcfg.patch @@ -0,0 +1,13 @@ +diff --git a/core/kernel.c b/core/kernel.c +index d6d96cd..c9a39fe 100644 +--- a/core/kernel.c ++++ b/core/kernel.c +@@ -254,6 +254,8 @@ int main(int argc, char **argv) + if (parse_cfg(config_file)) + goto out; + ++ fd_splash = open_fbsplash(false); ++ + if (!strcmp(argv[2],"getpic")) { + err = cfg_check_sanity('v'); + if (!err) { |