svn commit: r335876 - head/graphics/inkscape/files

Koop Mast kwm at FreeBSD.org
Sun Dec 8 11:21:07 UTC 2013


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


More information about the svn-ports-head mailing list