Changes between Initial Version and Version 1 of Ticket #48016, comment 10


Ignore:
Timestamp:
Jun 12, 2015, 10:06:39 PM (9 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #48016, comment 10

    initial v1  
    99if i install icu like this  :
    1010
     11{{{
    1112port install clang_select
     13port install clang-3.6
     14port select --set clang mp-clang-3.6
     15port install icu configure.compiler=macports-clang-3.6
     16}}}
    1217
    13 port install clang-3.6
    14 
    15 port select --set clang mp-clang-3.6
    16 
    17 port install icu configure.compiler=macports-clang-3.6
    18 
    19 1/ This want mean that all ports required to install icu (dependencies) will be compiled with "macports-clang-3.6" ?
    20 
    21 2/ This want mean that all ports to install later and which use icu as dependency will be compiled with "macports-clang-3.6" ?
     181. This want mean that all ports required to install icu (dependencies) will be compiled with "macports-clang-3.6" ?
     192. This want mean that all ports to install later and which use icu as dependency will be compiled with "macports-clang-3.6" ?
    2220
    2321Gilles Caulier