[115036] trunk/dports/devel/evas
ryandesign at macports.org
ryandesign at macports.org
Sun Dec 22 18:33:15 PST 2013
Revision: 115036
https://trac.macports.org/changeset/115036
Author: ryandesign at macports.org
Date: 2013-12-22 18:33:14 -0800 (Sun, 22 Dec 2013)
Log Message:
-----------
evas: fix build with freetype 2.5.1
Modified Paths:
--------------
trunk/dports/devel/evas/Portfile
Added Paths:
-----------
trunk/dports/devel/evas/files/
trunk/dports/devel/evas/files/patch-freetype-2.5.1.diff
Modified: trunk/dports/devel/evas/Portfile
===================================================================
--- trunk/dports/devel/evas/Portfile 2013-12-23 02:30:56 UTC (rev 115035)
+++ trunk/dports/devel/evas/Portfile 2013-12-23 02:33:14 UTC (rev 115036)
@@ -38,6 +38,8 @@
port:tiff \
port:giflib
+patchfiles patch-freetype-2.5.1.diff
+
configure.args --disable-doc \
--disable-silent-rules \
--enable-buffer
Added: trunk/dports/devel/evas/files/patch-freetype-2.5.1.diff
===================================================================
--- trunk/dports/devel/evas/files/patch-freetype-2.5.1.diff (rev 0)
+++ trunk/dports/devel/evas/files/patch-freetype-2.5.1.diff 2013-12-23 02:33:14 UTC (rev 115036)
@@ -0,0 +1,12 @@
+--- src/lib/engines/common/evas_font_load.c.orig 2013-07-29 09:25:43.000000000 -0500
++++ src/lib/engines/common/evas_font_load.c 2013-12-22 20:30:35.000000000 -0600
+@@ -5,7 +5,8 @@
+
+ #include "evas_font_private.h" /* for Frame-Queuing support */
+ #include "evas_font_ot.h"
+-#include <freetype/tttables.h> /* Freetype2 OS/2 font table. */
++#include <ft2build.h>
++#include FT_TRUETYPE_TABLES_H /* Freetype2 OS/2 font table. */
+
+ #ifdef EVAS_CSERVE2
+ # include "../../cserve2/evas_cs2_private.h"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20131222/44b286a9/attachment-0001.html>
More information about the macports-changes
mailing list