mirror of
https://git.freebsd.org/ports.git
synced 2025-05-14 00:01:52 -04:00
PR: ports/187984 [1], ports/188526 [2] Submitted by: Joseph Mingrone <jrm@ftfl.ca> [1] Submitted by: Andrey Zholos <aaz@q-fu.com> [2]
13 lines
297 B
C
13 lines
297 B
C
--- util/grub-mkfont.c.orig
|
|
+++ util/grub-mkfont.c
|
|
@@ -39,7 +39,7 @@
|
|
#include FT_FREETYPE_H
|
|
#include FT_TRUETYPE_TAGS_H
|
|
#include FT_TRUETYPE_TABLES_H
|
|
-#include <freetype/ftsynth.h>
|
|
+#include FT_SYNTHESIS_H
|
|
|
|
#undef __FTERRORS_H__
|
|
#define FT_ERROR_START_LIST const char *ft_errmsgs[] = {
|
|
|
|
|