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

