Ticket #29842: Portfile.diff
File Portfile.diff, 634 bytes (added by jmroot (Joshua Root), 13 years ago) |
---|
-
Portfile
51 51 52 52 minimum_xcodeversions {8 2.4.1} 53 53 54 if {${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 54 60 pre-configure { 55 61 set pixman_minimum_version 0.18.4 56 62 set pixman_installed_version [exec ${prefix}/bin/pkg-config pixman-1 --modversion]