Changes between Initial Version and Version 1 of Ticket #53058, comment 3


Ignore:
Timestamp:
Dec 13, 2016, 7:42:37 AM (7 years ago)
Author:
mojca (Mojca Miklavec)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #53058, comment 3

    initial v1  
    11And in fact when I remove the `-stdlib=...`, the port builds even with the default compiler.
     2
     3We should probably use
     4{{{
     5#!tcl
     6if {[string match *clang* ${configure.cxx}]} {
     7    ...
     8}
     9}}}
     10or something along those lines.