You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-editors/ted/files/ted-2.23-freetype261.patch

12 lines
273 B

--- Ted-2.23/appFrame/appFontConfig.c
+++ Ted-2.23/appFrame/appFontConfig.c
@@ -889,7 +889,7 @@
static const n2s xftn2s[]=
{
-# include <freetype/fterrdef.h>
+# include FT_ERROR_DEFINITIONS_H
};
for ( i= 0; i < sizeof(xftn2s)/sizeof(n2s); i++ )