summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-gfx/splashutils/files/splashutils-1.3.1-boot_message-fix.patch')
-rw-r--r--media-gfx/splashutils/files/splashutils-1.3.1-boot_message-fix.patch16
1 files changed, 0 insertions, 16 deletions
diff --git a/media-gfx/splashutils/files/splashutils-1.3.1-boot_message-fix.patch b/media-gfx/splashutils/files/splashutils-1.3.1-boot_message-fix.patch
deleted file mode 100644
index 3cb4ae8c9cb9..000000000000
--- a/media-gfx/splashutils/files/splashutils-1.3.1-boot_message-fix.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-diff --git a/core/splash.c b/core/splash.c
-index 3792ed9..459f5a7 100644
---- a/core/splash.c
-+++ b/core/splash.c
-@@ -122,9 +122,10 @@ int main(int argc, char **argv)
- arg_vc = -1;
-
- verbose_img.cmap.red = silent_img.cmap.red = NULL;
-- boot_message = getenv("BOOT_MSG");
-
- #ifdef CONFIG_TTF
-+ boot_message = getenv("BOOT_MSG");
-+
- if (TTF_Init() < 0) {
- fprintf(stderr, "Couldn't initialize TTF.\n");
- return -1;