diff options
author | Koop Mast <kwm@FreeBSD.org> | 2013-12-08 19:21:07 +0800 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2013-12-08 19:21:07 +0800 |
commit | d48807ae69ccf968a3eb1d80123bf6aa21a39faa (patch) | |
tree | ac414e1f9c7e6093888560d246d7fe0bed597fa3 /graphics | |
parent | d626e7e3288c015cdd1447c730f94bb0e2b4b979 (diff) | |
download | freebsd-ports-gnome-d48807ae69ccf968a3eb1d80123bf6aa21a39faa.tar.gz freebsd-ports-gnome-d48807ae69ccf968a3eb1d80123bf6aa21a39faa.tar.zst freebsd-ports-gnome-d48807ae69ccf968a3eb1d80123bf6aa21a39faa.zip |
Fix the build with freetype 2.5.1.
Diffstat (limited to 'graphics')
-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 |