Changeset 81083
- Timestamp:
- 07/25/11 00:04:26 (4 years ago)
- Location:
- trunk/dports/graphics/cairo
- Files:
-
- 3 added
- 1 edited
-
Portfile (modified) (3 diffs)
-
files (added)
-
files/configure_disable_lto.diff (added)
-
files/lion_fonts.diff (added)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/graphics/cairo/Portfile
r78842 r81083 11 11 set my_name cairo 12 12 version 1.10.2 13 revision 313 revision 4 14 14 categories graphics 15 15 maintainers ryandesign … … 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.diff 58 } 53 59 54 60 pre-configure { … … 99 105 } 100 106 107 platform darwin 11 { 108 patchfiles-append lion_fonts.diff 109 } 110 101 111 variant no_x11 conflicts opengl x11_xcb x11 description {Legacy compatibility variant} {} 102 112 variant x11 conflicts no_x11 description {Enable X11 support} {
Note: See TracChangeset
for help on using the changeset viewer.

