[102617] trunk/dports/graphics/graphite2

jeremyhu at macports.org jeremyhu at macports.org
Mon Feb 4 23:33:26 PST 2013


Revision: 102617
          https://trac.macports.org/changeset/102617
Author:   jeremyhu at macports.org
Date:     2013-02-04 23:33:26 -0800 (Mon, 04 Feb 2013)
Log Message:
-----------
graphite2: Work past a build failure due to missing include

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

Added Paths:
-----------
    trunk/dports/graphics/graphite2/files/missing-include.patch

Modified: trunk/dports/graphics/graphite2/Portfile
===================================================================
--- trunk/dports/graphics/graphite2/Portfile	2013-02-05 07:22:57 UTC (rev 102616)
+++ trunk/dports/graphics/graphite2/Portfile	2013-02-05 07:33:26 UTC (rev 102617)
@@ -25,7 +25,8 @@
 checksums           rmd160  fe630b134be3c7f4da019827272c1ce9d09039f3 \
                     sha256  630fba251c7e570f2b0c4a0c63a7abb4d45b0246d390f53188b1a9b73de7b96e
 
-patchfiles          patch-Graphite.cmake.diff
+patchfiles          patch-Graphite.cmake.diff \
+                    missing-include.patch 
 
 if {[string match *gcc-4.0 ${configure.compiler}]} {
     post-patch {

Added: trunk/dports/graphics/graphite2/files/missing-include.patch
===================================================================
--- trunk/dports/graphics/graphite2/files/missing-include.patch	                        (rev 0)
+++ trunk/dports/graphics/graphite2/files/missing-include.patch	2013-02-05 07:33:26 UTC (rev 102617)
@@ -0,0 +1,10 @@
+--- src/Face.cpp.orig	2013-02-04 23:27:22.000000000 -0800
++++ src/Face.cpp	2013-02-04 23:28:44.000000000 -0800
+@@ -24,6 +24,7 @@ Mozilla Public License (http://mozilla.o
+ License, as published by the Free Software Foundation, either version 2
+ of the License or (at your option) any later version.
+ */
++#include <algorithm>
+ #include <cstring>
+ #include "graphite2/Segment.h"
+ #include "inc/CmapCache.h"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130204/b0c6b37c/attachment.html>


More information about the macports-changes mailing list