Ticket #29842: Portfile.diff

File Portfile.diff, 634 bytes (added by jmroot (Joshua Root), 13 years ago)
  • Portfile

     
    5151
    5252minimum_xcodeversions       {8 2.4.1}
    5353
     54if {${configure.compiler} == "llvm-gcc-4.2" || ${configure.compiler} == "clang"} {
     55    # -flto breaks static libs as .o files are llvm bitcode rather than mach-o
     56    # the alternative would be to configure with --disable-static
     57    patchfiles-append configure_disable_lto.diff
     58}
     59
    5460pre-configure {
    5561    set pixman_minimum_version 0.18.4
    5662    set pixman_installed_version [exec ${prefix}/bin/pkg-config pixman-1 --modversion]