summaryrefslogtreecommitdiff
path: root/graphics/inkscape/patches
diff options
context:
space:
mode:
authormarkd <markd>2013-12-15 08:25:38 +0000
committermarkd <markd>2013-12-15 08:25:38 +0000
commit9b91c87a60b4a01df7bc6e3200d4bebd0abb6745 (patch)
tree98cae5996b2de616f5573dca62b137fba473ef6b /graphics/inkscape/patches
parent442e8dd0bc1d90395e5b86c51ee313087e514e06 (diff)
downloadpkgsrc-9b91c87a60b4a01df7bc6e3200d4bebd0abb6745.tar.gz
Build with freetype 2.5.x
Diffstat (limited to 'graphics/inkscape/patches')
-rw-r--r--graphics/inkscape/patches/patch-src_libnrtype_FontFactory.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/graphics/inkscape/patches/patch-src_libnrtype_FontFactory.h b/graphics/inkscape/patches/patch-src_libnrtype_FontFactory.h
new file mode 100644
index 00000000000..c76a09cdabf
--- /dev/null
+++ b/graphics/inkscape/patches/patch-src_libnrtype_FontFactory.h
@@ -0,0 +1,16 @@
+$NetBSD: patch-src_libnrtype_FontFactory.h,v 1.1 2013/12/15 08:29:07 markd Exp $
+
+Build with freetype 2.5.x
+
+--- src/libnrtype/FontFactory.h.orig 2011-07-08 18:25:09.468790000 +0000
++++ src/libnrtype/FontFactory.h
+@@ -31,7 +31,8 @@
+ #include <pango/pangowin32.h>
+ #else
+ #include <pango/pangoft2.h>
+-#include <freetype/freetype.h>
++#include <ft2build.h>
++#include FT_FREETYPE_H
+ #endif
+
+ namespace Glib