[101970] trunk/dports/graphics/graphite2/Portfile

ryandesign at macports.org ryandesign at macports.org
Wed Jan 23 04:35:37 PST 2013


Revision: 101970
          https://trac.macports.org/changeset/101970
Author:   ryandesign at macports.org
Date:     2013-01-23 04:35:37 -0800 (Wed, 23 Jan 2013)
Log Message:
-----------
graphite2: fix build on PowerPC by disabling segment caching code

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

Modified: trunk/dports/graphics/graphite2/Portfile
===================================================================
--- trunk/dports/graphics/graphite2/Portfile	2013-01-23 12:35:33 UTC (rev 101969)
+++ trunk/dports/graphics/graphite2/Portfile	2013-01-23 12:35:37 UTC (rev 101970)
@@ -43,4 +43,10 @@
     }
 }
 
+platform powerpc {
+    # Disable segment caching code which fails to build.
+    # https://sourceforge.net/tracker/?func=detail&atid=513479&aid=3593055&group_id=66144
+    configure.args-append -DGRAPHITE2_NSEGCACHE:BOOL=ON
+}
+
 livecheck.regex     /${name}-(\[0-9.\]+)${extract.suffix}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130123/9325c0a3/attachment.html>


More information about the macports-changes mailing list