Changes between Version 1 and Version 2 of Ticket #51840, comment 8


Ignore:
Timestamp:
Sep 28, 2016, 7:59:59 PM (8 years ago)
Author:
ken-cunningham-webuse
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #51840, comment 8

    v1 v2  
    88        reinplace "s|CXXFLAGS      = -pipe|CXXFLAGS      = -pipe -std=c++11 -stdlib=libc++ |g" ${worksrcpath}/Makefile
    99        reinplace "s|QMAKE_COMP_QMAKE_OBJECTIVE_CXXFLAGS = -pipe|QMAKE_COMP_QMAKE_OBJECTIVE_CXXFLAGS = -pipe -std=c++11 -stdlib=libc++ |g" ${worksrcpath}/Makefile
    10         reinplace "s|export MACOSX_DEPLOYMENT_TARGET = 10.7|export MACOSX_DEPLOYMENT_TARGET = 10.6|g" ${worksrcpath}/Makefile
     10        reinplace "s|export MACOSX_DEPLOYMENT_TARGET = 10.7||g" ${worksrcpath}/Makefile
    1111    }
    1212}