Ticket #34856: qt4-mac-no-ccache.diff

File qt4-mac-no-ccache.diff, 369 bytes (added by ryandesign (Ryan Carsten Schmidt), 12 years ago)
  • Portfile

     
    301301    configure.compiler llvm-gcc-4.2
    302302}
    303303
     304# Does not work with ccache; see #34856.
     305configure.ccache                no
     306
    304307# --prefix is not recognized.
    305308configure.pre_args-delete       --prefix=${prefix}
    306309