Ticket #50800: Portfile.diff

File Portfile.diff, 410 bytes (added by howarth.at.macports@…, 8 years ago)

Portfile diff to solve pthread detection against Xcode 7.3 new linker warnings

  • Portfile

    old new  
    139139    variant_set             x11
    140140}
    141141
     142post-patch {
     143    # avoid false failures from Xcode 7.3 linker warnings
     144    reinplace  "s,cat conftest.err,cat conftest.err \| grep -v warning,g" ${worksrcpath}/configure
     145}
     146
    142147test.run                    yes
    143148test.target                 check
    144149