Changeset 80099
- Timestamp:
- 07/04/11 02:26:44 (4 years ago)
- File:
-
- 1 edited
-
trunk/dports/devel/libsdl/Portfile (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/devel/libsdl/Portfile
r79526 r80099 42 42 --without-x 43 43 44 variant x11 conflicts no_x11 description {Enable support for X11}{44 variant x11 conflicts no_x11 { 45 45 configure.args-delete --without-x 46 46 configure.args-append --x-include=${prefix}/include \ … … 58 58 } 59 59 } 60 variant no_x11 conflicts x11 description {Legacy compatibility variant} {}60 variant no_x11 conflicts x11 {} 61 61 if {[variant_isset no_x11]} { 62 62 default_variants -x11 … … 89 89 } 90 90 91 platform darwin 11 { 92 # BUILD FIX TODO: 93 # llvm-gcc-4.2 and clang fail to build as of 2011.06.15 94 # This looks like an error in the package. 95 configure.compiler gcc-4.2 91 # BUILD FIX TODO: 92 # llvm-gcc-4.2 and clang fail to build as of 2011.06.15 93 # This looks like an error in the package. 94 if {${configure.compiler} == "llvm-gcc-4.2" || 95 ${configure.compiler} == "clang"} { 96 configure.compiler gcc-4.2 96 97 } 97 98
Note: See TracChangeset
for help on using the changeset viewer.

