From 751b97d6bd02dc4c05db99bdb8d6c2829659ca20 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sat, 24 Sep 2016 22:26:59 +0200 Subject: fbsplash: fix compile issues --- package/fbsplash/patches/patch-src_ttf_c | 13 +++++++++++++ package/fbsplash/patches/patch-src_ttf_h | 13 +++++++++++++ 2 files changed, 26 insertions(+) create mode 100644 package/fbsplash/patches/patch-src_ttf_c create mode 100644 package/fbsplash/patches/patch-src_ttf_h (limited to 'package/fbsplash/patches') diff --git a/package/fbsplash/patches/patch-src_ttf_c b/package/fbsplash/patches/patch-src_ttf_c new file mode 100644 index 000000000..43ed238e7 --- /dev/null +++ b/package/fbsplash/patches/patch-src_ttf_c @@ -0,0 +1,13 @@ +--- fbsplash-1.0.orig/src/ttf.c 2014-03-30 12:57:21.000000000 +0200 ++++ fbsplash-1.0/src/ttf.c 2016-09-23 15:22:50.905609518 +0200 +@@ -25,8 +25,8 @@ + #include + + #include +-#include +-#include ++#include ++#include + + #include "common.h" + #include "render.h" diff --git a/package/fbsplash/patches/patch-src_ttf_h b/package/fbsplash/patches/patch-src_ttf_h new file mode 100644 index 000000000..4c29b89aa --- /dev/null +++ b/package/fbsplash/patches/patch-src_ttf_h @@ -0,0 +1,13 @@ +--- fbsplash-1.0.orig/src/ttf.h 2014-03-30 12:57:32.000000000 +0200 ++++ fbsplash-1.0/src/ttf.h 2016-09-23 15:23:00.593974947 +0200 +@@ -1,8 +1,8 @@ + #ifndef _TTF_H + #define _TTF_H + #include +-#include +-#include ++#include ++#include + + #define CACHED_METRICS 0x10 + #define CACHED_BITMAP 0x01 -- cgit v1.2.3