Ticket #23204: qt4-mac_Portfile_ccache.diff
File qt4-mac_Portfile_ccache.diff, 657 bytes (added by michaelld (Michael Dickens), 14 years ago) |
---|
-
Portfile
84 84 ${worksrcpath}/mkspecs/macx-g++/qmake.conf 85 85 reinplace "s| gcc\$| ${configure.cc}|" \ 86 86 ${worksrcpath}/mkspecs/macx-g++/qmake.conf 87 88 # fix up tests to work with ccache, if used 89 if {[tbool configure.ccache]} { 90 foreach fixfile [exec find ${worksrcpath}/config.tests \ 91 -name "*.test"] { 92 reinplace "s@\\\"\\\$COMPILER\\\"@\$COMPILER@g" ${fixfile} 93 } 94 } 87 95 } 88 96 89 97 # The build process uses -fconstant-cfstrings.