Changeset 99110


Ignore:
Timestamp:
Oct 26, 2012, 2:25:21 PM (12 years ago)
Author:
takeshi@…
Message:

ispc: remove g++ from examples/*/Makefile

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/lang/ispc/Portfile

    r99104 r99110  
    66
    77github.setup        ispc ispc 1.3.0 v
     8revision            1
    89categories          lang parallel               
    910platforms           darwin
     
    3132post-patch {
    3233    reinplace {s|gcc|$(CXX)|} ${worksrcpath}/Makefile
    33     reinplace "s|g++|${configure.cxx}|" ${worksrcpath}/run_tests.py
    34     reinplace "s|g++|${configure.cxx}|" ${worksrcpath}/examples/common.mk
     34    foreach f {run_tests.py examples/common.mk \
     35               examples/aobench_instrumented/Makefile examples/simple/Makefile} {
     36        reinplace "s|g++|${configure.cxx}|" ${worksrcpath}/${f}
     37    }
    3538    if {[variant_isset doc]} {
    3639        reinplace {s|rst2html.py|rst2html-2.7.py|} ${worksrcpath}/docs/build.sh
Note: See TracChangeset for help on using the changeset viewer.