Changeset 80097
- Timestamp:
- 07/04/11 02:22:38 (4 years ago)
- File:
-
- 1 edited
-
trunk/dports/graphics/libcaca/Portfile (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/graphics/libcaca/Portfile
r79525 r80097 31 31 --disable-ruby 32 32 33 variant x11 description {Add X11 driver support}{33 variant x11 { 34 34 depends_lib-append port:xorg-libX11 35 35 configure.args-delete --disable-x11 … … 39 39 } 40 40 41 platform darwin 11 { 42 # BUILD FIX TODO: 43 # llvm-gcc-4.2 and clang fail to build as of 2011.06.16 44 # This looks like an error in the package. 45 configure.compiler gcc-4.2 41 # BUILD FIX TODO: 42 # llvm-gcc-4.2 and clang fail to build as of 2011.06.16 43 # This looks like an error in the package. 44 if {${configure.compiler} == "llvm-gcc-4.2" || 45 ${configure.compiler} == "clang"} { 46 configure.compiler gcc-4.2 46 47 } 47 48
Note: See TracChangeset
for help on using the changeset viewer.

