Changeset 80164
- Timestamp:
- 07/05/11 10:43:13 (4 years ago)
- File:
-
- 1 edited
-
trunk/dports/www/firefox-x11-devel/Portfile (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/www/firefox-x11-devel/Portfile
r79734 r80164 114 114 # xpctools and necko-wifi broke in 3.6b1 115 115 116 # BUILD FIX TODO: test clang in XCode 4.0.x 116 117 # gcc-4.0 has issues, so force gcc-4.2 on Leopard 117 # BUILD FIX TODO:118 # llvm-gcc-4.2 and clang fail to build due to bad inline asm as of 2011.06.24119 # This is an error in the package.118 # llvm-gcc-4.2 has trouble with some of the mmx asm 119 # recent versions of clang build fine, but older versions were not tested, so 120 # not falling forward to clang yet 120 121 if {${configure.compiler} == "gcc-4.0" || 121 ${configure.compiler} == "llvm-gcc-4.2" || 122 ${configure.compiler} == "clang"} { 123 configure.compiler gcc-4.2 122 ${configure.compiler} == "llvm-gcc-4.2"} { 123 configure.compiler gcc-4.2 124 if {![file executable ${configure.cc}]} { 125 depends_build-append port:apple-gcc42 126 configure.compiler apple-gcc-4.2 127 } 124 128 } 125 129
Note: See TracChangeset
for help on using the changeset viewer.

