New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 81113


Ignore:
Timestamp:
07/25/11 12:31:48 (4 years ago)
Author:
ryandesign@…
Message:

cairo, cairo-devel: no longer remove -flto since changes to muniversal portgroup apparently make this unnecessary; see #29842

Location:
trunk/dports/graphics
Files:
2 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/graphics/cairo-devel/Portfile

    r81084 r81113  
    5151 
    5252minimum_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.diff 
    58 } 
    5953 
    6054pre-configure { 
  • trunk/dports/graphics/cairo/Portfile

    r81083 r81113  
    5151 
    5252minimum_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.diff 
    58 } 
    5953 
    6054pre-configure { 
Note: See TracChangeset for help on using the changeset viewer.