Changeset 81358
- Timestamp:
- 07/29/11 15:14:07 (4 years ago)
- File:
-
- 1 edited
-
trunk/dports/lang/chapel/Portfile (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/lang/chapel/Portfile
r81304 r81358 34 34 # 35 35 # chapel does not build with clang. 36 if {[string match llvm-* ${configure.compiler}] || 37 [string match clang ${configure.compiler}]} { 38 pre-configure { 39 ui_error "${name} does not work properly with llvm-gcc or clang." 40 return -code error 41 } 36 if {${configure.compiler} == "llvm-gcc-4.2"} { 37 configure.compiler gcc-4.2 42 38 } 43 configure.compiler gcc-4.244 39 45 40 configure.optflags -O3
Note: See TracChangeset
for help on using the changeset viewer.

