[114133] trunk/dports/graphics/inkscape

ryandesign at macports.org ryandesign at macports.org
Fri Nov 29 19:48:44 PST 2013


Revision: 114133
          https://trac.macports.org/changeset/114133
Author:   ryandesign at macports.org
Date:     2013-11-29 19:48:44 -0800 (Fri, 29 Nov 2013)
Log Message:
-----------
inkscape: fix build with freetype 2.5.1

Modified Paths:
--------------
    trunk/dports/graphics/inkscape/Portfile

Added Paths:
-----------
    trunk/dports/graphics/inkscape/files/patch-freetype-2.5.1.diff

Modified: trunk/dports/graphics/inkscape/Portfile
===================================================================
--- trunk/dports/graphics/inkscape/Portfile	2013-11-30 02:35:05 UTC (rev 114132)
+++ trunk/dports/graphics/inkscape/Portfile	2013-11-30 03:48:44 UTC (rev 114133)
@@ -50,6 +50,7 @@
 patchfiles      patch-thru-r9971.diff \
                 patch-r9972-thru-r9985.diff \
                 patch-r9986-thru-r9987.diff \
+                patch-freetype-2.5.1.diff \
                 patch-python-configure.ac.diff
 
 variant python26 conflicts python27 description {Configure to use Python version 2.6} {

Added: trunk/dports/graphics/inkscape/files/patch-freetype-2.5.1.diff
===================================================================
--- trunk/dports/graphics/inkscape/files/patch-freetype-2.5.1.diff	                        (rev 0)
+++ trunk/dports/graphics/inkscape/files/patch-freetype-2.5.1.diff	2013-11-30 03:48:44 UTC (rev 114133)
@@ -0,0 +1,15 @@
+Fix build with freetype 2.5.1.
+https://bugs.launchpad.net/inkscape/+bug/1255830
+--- src/libnrtype/FontFactory.h.orig	2010-04-15 19:00:11 +0000
++++ src/libnrtype/FontFactory.h	2013-11-28 05:54:34 +0000
+@@ -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
+
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20131129/6f0e1a9a/attachment.html>


More information about the macports-changes mailing list