Changeset 101970


Ignore:
Timestamp:
Jan 23, 2013, 12:35:37 PM (12 years ago)
Author:
ryandesign@…
Message:

graphite2: fix build on PowerPC by disabling segment caching code

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/graphics/graphite2/Portfile

    r99242 r101970  
    4444}
    4545
     46platform powerpc {
     47    # Disable segment caching code which fails to build.
     48    # https://sourceforge.net/tracker/?func=detail&atid=513479&aid=3593055&group_id=66144
     49    configure.args-append -DGRAPHITE2_NSEGCACHE:BOOL=ON
     50}
     51
    4652livecheck.regex     /${name}-(\[0-9.\]+)${extract.suffix}
Note: See TracChangeset for help on using the changeset viewer.