summaryrefslogtreecommitdiff
path: root/graphics/gimp/patches/patch-app_text_gimpfont.c
blob: 3c061b9a820e35b8f75b724763de23ef9b54becd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$NetBSD: patch-app_text_gimpfont.c,v 1.1 2013/12/15 08:25:38 markd Exp $

Build with freetype 2.5.x

--- app/text/gimpfont.c.orig	2012-05-08 06:05:46.000000000 +0000
+++ app/text/gimpfont.c
@@ -27,7 +27,7 @@
 
 #define PANGO_ENABLE_ENGINE  1   /* Argh */
 #include <pango/pango-ot.h>
-#include <freetype/tttables.h>
+#include FT_TRUETYPE_TABLES_H
 
 #include "text-types.h"