[102617] trunk/dports/graphics/graphite2

Jeremy Huddleston Sequoia jeremyhu at macports.org
Tue Feb 5 10:48:02 PST 2013


On Feb 5, 2013, at 12:44 AM, Ryan Schmidt <ryandesign at macports.org> wrote:

> 
> On Feb 5, 2013, at 01:33, jeremyhu at macports.org wrote:
> 
>> 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
> 
> What kind of build failure? It built fine for me on all OS X versions 10.4 thru 10.8.

#include <algorithm> is needed for std::min().  With libstdc++, you may get it indirectly with the existing #includes.  With libc++ (and possibly other STL), you don't.




More information about the macports-dev mailing list