[115350] trunk/dports/gnome/sodipodi

devans at macports.org devans at macports.org
Tue Dec 31 12:03:04 PST 2013


Revision: 115350
          https://trac.macports.org/changeset/115350
Author:   devans at macports.org
Date:     2013-12-31 12:03:04 -0800 (Tue, 31 Dec 2013)
Log Message:
-----------
sodipodi: fix build with freetype 2.5.1.

Modified Paths:
--------------
    trunk/dports/gnome/sodipodi/Portfile

Added Paths:
-----------
    trunk/dports/gnome/sodipodi/files/patch-freetype-2.5.1.diff

Modified: trunk/dports/gnome/sodipodi/Portfile
===================================================================
--- trunk/dports/gnome/sodipodi/Portfile	2013-12-31 19:59:13 UTC (rev 115349)
+++ trunk/dports/gnome/sodipodi/Portfile	2013-12-31 20:03:04 UTC (rev 115350)
@@ -31,7 +31,8 @@
 patchfiles      patch_arikkei-dict.c patch_arikkei-token.c patch_nr-pathops.c \
                 patch_arikkei-strlib.c patch_repr-io.c patch_action.c \
                 patch_Makefile.in patch_units.h patch_bezier-utils.c \
-                patch_configure patch-libpng-1.5.diff
+                patch_configure patch-libpng-1.5.diff \
+                patch-freetype-2.5.1.diff
 
 depends_build   port:pkgconfig
 depends_lib     port:libart_lgpl \

Added: trunk/dports/gnome/sodipodi/files/patch-freetype-2.5.1.diff
===================================================================
--- trunk/dports/gnome/sodipodi/files/patch-freetype-2.5.1.diff	                        (rev 0)
+++ trunk/dports/gnome/sodipodi/files/patch-freetype-2.5.1.diff	2013-12-31 20:03:04 UTC (rev 115350)
@@ -0,0 +1,14 @@
+--- src/libnrtype/nr-type-ft2.c.orig	2013-12-31 11:24:28.000000000 -0800
++++ src/libnrtype/nr-type-ft2.c	2013-12-31 11:52:11.000000000 -0800
+@@ -13,9 +13,9 @@
+ #include <stdio.h>
+ #include <libnr/nr-macros.h>
+ #include <libnr/nr-matrix.h>
+-#include <freetype/ftoutln.h>
+-#include <freetype/ftbbox.h>
+ #include "nr-type-ft2.h"
++#include FT_OUTLINE_H
++#include FT_BBOX_H
+ 
+ #define noNRTFFT2_DEBUG
+ 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20131231/6351fa1e/attachment.html>


More information about the macports-changes mailing list