Date: Sun, 8 Dec 2013 11:21:07 +0000 (UTC) From: Koop Mast <kwm@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335876 - head/graphics/inkscape/files Message-ID: <201312081121.rB8BL73J034791@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: kwm Date: Sun Dec 8 11:21:07 2013 New Revision: 335876 URL: http://svnweb.freebsd.org/changeset/ports/335876 Log: Fix the build with freetype 2.5.1. Added: head/graphics/inkscape/files/patch-src_libnrtype_FontFactory.h (contents, props changed) Added: head/graphics/inkscape/files/patch-src_libnrtype_FontFactory.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/inkscape/files/patch-src_libnrtype_FontFactory.h Sun Dec 8 11:21:07 2013 (r335876) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312081121.rB8BL73J034791>