Changes between Initial Version and Version 1 of Ticket #51840, comment 7


Ignore:
Timestamp:
Sep 28, 2016, 5:27:23 AM (8 years ago)
Author:
ken-cunningham-webuse
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #51840, comment 7

    initial v1  
    44post-configure {
    55    if {${configure.cxx_stdlib} eq "libc++"} {
    6                 reinplace "s|CXXFLAGS      = -pipe|CXXFLAGS      = -pipe -stdlib=libc++ |g" ${worksrcpath}/src/Makefile
     6                reinplace "s|CXXFLAGS      = -pipe|CXXFLAGS      = -pipe -std=c++11 -stdlib=libc++ |g" ${worksrcpath}/src/Makefile
    77                reinplace "s|-lGLEW|-lGLEW -stdlib=libc++ |g" ${worksrcpath}/src/Makefile
    88    }