diff options
author | kwm <kwm@FreeBSD.org> | 2013-12-08 19:21:07 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2013-12-08 19:21:07 +0800 |
commit | d3f477704a1b69ab45d50515cc20ec04ab66c770 (patch) | |
tree | ac414e1f9c7e6093888560d246d7fe0bed597fa3 /graphics/inkscape | |
parent | 768d53c204feb85dada49b5a87a6b1f547cb8c22 (diff) | |
download | freebsd-ports-gnome-d3f477704a1b69ab45d50515cc20ec04ab66c770.tar.gz freebsd-ports-gnome-d3f477704a1b69ab45d50515cc20ec04ab66c770.tar.zst freebsd-ports-gnome-d3f477704a1b69ab45d50515cc20ec04ab66c770.zip |
Fix the build with freetype 2.5.1.
Diffstat (limited to 'graphics/inkscape')
-rw-r--r-- | graphics/inkscape/files/patch-src_libnrtype_FontFactory.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/graphics/inkscape/files/patch-src_libnrtype_FontFactory.h b/graphics/inkscape/files/patch-src_libnrtype_FontFactory.h new file mode 100644 index 000000000000..c913b8d6ae49 --- /dev/null +++ b/graphics/inkscape/files/patch-src_libnrtype_FontFactory.h @@ -0,0 +1,12 @@ +--- src/libnrtype/FontFactory.h.orig 2013-12-08 11:01:49.000000000 +0100 ++++ src/libnrtype/FontFactory.h 2013-12-08 11:02:22.000000000 +0100 +@@ -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 |