Ticket #31492: patch-inscape-Portfile.diff

File patch-inscape-Portfile.diff, 364 bytes (added by dbevans (David B. Evans), 13 years ago)

Patch to use llvm-gcc-4.2 instead of clang

  • Portfile

     
    8383        ${prefix}/bin/python2.7
    8484}
    8585
     86if {${configure.compiler} == "clang"}  {
     87    configure.compiler llvm-gcc-4.2
     88}
     89
    8690configure.args  \
    8791        --mandir=${prefix}/share/man \
    8892        --with-xft \