Changes between Initial Version and Version 1 of Ticket #38062, comment 14


Ignore:
Timestamp:
Feb 27, 2013, 4:37:34 AM (11 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #38062, comment 14

    initial v1  
    11What about not using the compiler blacklist or compiler whitelist. I suggest another approach to check and reload macport's-clang-2.9 for compilation:
    22
    3 if{![regexp "llvm" ${configure.compiler}] && ![regexp "clang" ${configure.compiler}]}
    4 {
     3{{{
     4if {![regexp "llvm" ${configure.compiler}] && ![regexp "clang" ${configure.compiler}]} {
    55    depends_build-append clang-2.9
    66    configure.compiler   macports-clang-2.9
    77}
     8}}}
    89
    910What do you think about that script? Independently of this issue, we should perform the port update as soon as possible. There are some guys waiting for the next version ;)