aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/gimp-app/files
diff options
context:
space:
mode:
authorkwm <kwm@FreeBSD.org>2013-12-03 05:19:11 +0800
committerkwm <kwm@FreeBSD.org>2013-12-03 05:19:11 +0800
commitda8197256ff7d275883fc2d91dbfccbbac78edd0 (patch)
treefb5670f037783fd18f8ca0e339c80cba4efdf038 /graphics/gimp-app/files
parent53fe27c1c87929f7b1ab36eeacd74e8ba1d0f6ba (diff)
downloadfreebsd-ports-gnome-da8197256ff7d275883fc2d91dbfccbbac78edd0.tar.gz
freebsd-ports-gnome-da8197256ff7d275883fc2d91dbfccbbac78edd0.tar.zst
freebsd-ports-gnome-da8197256ff7d275883fc2d91dbfccbbac78edd0.zip
Update to 2.8.10.
Add upstream patch to fix build with freetype 2.5.1. Switch to libtool free ltverhack.
Diffstat (limited to 'graphics/gimp-app/files')
-rw-r--r--graphics/gimp-app/files/patch-app_text_gimpfont.c13
1 files changed, 13 insertions, 0 deletions
diff --git a/graphics/gimp-app/files/patch-app_text_gimpfont.c b/graphics/gimp-app/files/patch-app_text_gimpfont.c
new file mode 100644
index 000000000000..a15ace1402aa
--- /dev/null
+++ b/graphics/gimp-app/files/patch-app_text_gimpfont.c
@@ -0,0 +1,13 @@
+--- app/text/gimpfont.c.orig 2013-12-02 21:01:06.000000000 +0100
++++ app/text/gimpfont.c 2013-12-02 21:01:47.000000000 +0100
+@@ -27,7 +27,9 @@
+
+ #define PANGO_ENABLE_ENGINE 1 /* Argh */
+ #include <pango/pango-ot.h>
+-#include <freetype/tttables.h>
++
++#include <ft2build.h>
++#include FT_TRUETYPE_TABLES_H
+
+ #include "text-types.h"
+