Changes between Version 34 and Version 35 of LibcxxOnOlderSystems


Ignore:
Timestamp:
Mar 16, 2016, 10:10:15 PM (8 years ago)
Author:
neverpanic (Clemens Lang)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • LibcxxOnOlderSystems

    v34 v35  
    9090sudo port -v install clang-3.4 configure.compiler=macports-clang-3.7
    9191}}}
     928. Add the variant corresponding to your default compiler to your `/opt/local/etc/macports/variants.conf`. This ensures that deactivating all ports leaves your MacPorts installation in a usable state (which may be important, if you are setting up a buildbot, for example):
     93    1. For clang-3.7:
     94{{{
     95+llvm37
     96}}}
     97    2. For clang-3.4:
     98{{{
     99+llvm34
     100}}}
    92101
    93102== Leopard (ppc) ==