Changeset 99239


Ignore:
Timestamp:
Oct 30, 2012, 8:12:02 AM (12 years ago)
Author:
ryandesign@…
Message:

graphite2: fix build with gcc-4.0; enable tests

File:
1 edited

Legend:

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

    r97271 r99239  
    2525                    sha256  0eb19282a1941bdd5e6d7165718c5d4692d62bac6c1eea56d9e522715cb144f7
    2626
     27if {${configure.compiler} == "gcc-4.0"} {
     28    post-patch {
     29        reinplace "s|-fdiagnostics-show-option||g" ${worksrcpath}/src/CMakeLists.txt ${worksrcpath}/tests/CMakeLists.txt
     30    }
     31}
     32
     33test.run            yes
     34
    2735livecheck.regex     /${name}-(\[0-9.\]+)${extract.suffix}
Note: See TracChangeset for help on using the changeset viewer.