Ticket #50800: Portfile.diff
File Portfile.diff, 410 bytes (added by howarth.at.macports@…, 9 years ago) |
---|
-
Portfile
old new 139 139 variant_set x11 140 140 } 141 141 142 post-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 142 147 test.run yes 143 148 test.target check 144 149