Added use-recommended-freetype-include.patch -- needed for freetype2 2.5.1 OBS-URL: https://build.opensuse.org/request/show/210614 OBS-URL: https://build.opensuse.org/package/show/system:install:head/gfxboot?expand=0&rev=90
13 lines
368 B
Diff
13 lines
368 B
Diff
diff -Naur gfxboot-4.5.1/gfxboot-font.c gfxboot-4.5.1.new/gfxboot-font.c
|
|
--- gfxboot-4.5.1/gfxboot-font.c 2012-09-06 12:07:10.000000000 +0200
|
|
+++ gfxboot-4.5.1.new/gfxboot-font.c 2013-12-11 21:57:16.983783036 +0100
|
|
@@ -13,7 +13,7 @@
|
|
|
|
#include <ft2build.h>
|
|
#include FT_FREETYPE_H
|
|
-#include <freetype/ftsynth.h>
|
|
+#include FT_SYNTHESIS_H
|
|
|
|
|
|
#define MAGIC 0xd2828e06
|