Changes between Initial Version and Version 1 of Ticket #54406, comment 4


Ignore:
Timestamp:
Jul 1, 2017, 11:35:08 PM (7 years ago)
Author:
kencu (Ken)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #54406, comment 4

    initial v1  
    1 I also note that this is one of those ports that doesn't put the -stdlib=libc++ on the build line.  I think Peter has upgraded to LibcxxOnOlderSystems now, and clang will default to adding the wrong stdlib if it is not specified.
    2 
    3 If so, and if this still doesn't build, it might needed to be added with a configure addition.
    4 
    5 `configure.cxxflags-append -stdlib=libc++` and possibly also `configure.ldflags-append -stdlib=libc++`
     1that works for me:
     2{{{
     3$ port -v installed libcaca
     4The following ports are currently installed:
     5  libcaca @0.99.beta19_6 (active) platform='darwin 10' archs='x86_64' date='2017-07-01T16:34:41-0700'
     6}}}