Changeset 81113
- Timestamp:
- 07/25/11 12:31:48 (4 years ago)
- Location:
- trunk/dports/graphics
- Files:
-
- 2 deleted
- 2 edited
-
cairo-devel/Portfile (modified) (1 diff)
-
cairo-devel/files/configure_disable_lto.diff (deleted)
-
cairo/Portfile (modified) (1 diff)
-
cairo/files/configure_disable_lto.diff (deleted)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/graphics/cairo-devel/Portfile
r81084 r81113 51 51 52 52 minimum_xcodeversions {8 2.4.1} 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.diff58 }59 53 60 54 pre-configure { -
trunk/dports/graphics/cairo/Portfile
r81083 r81113 51 51 52 52 minimum_xcodeversions {8 2.4.1} 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.diff58 }59 53 60 54 pre-configure {
Note: See TracChangeset
for help on using the changeset viewer.

