Changeset 97801


Ignore:
Timestamp:
Sep 16, 2012, 6:25:02 AM (12 years ago)
Author:
jeremyhu@…
Message:

ld64: Possible solution to #36026 ... ?

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/devel/ld64/Portfile

    r97800 r97801  
    99# XCode 4.4
    1010version                 133.3
    11 revision                2
     11revision                3
    1212set llvm_version        3.0
    1313categories              devel
     
    123123
    124124post-extract {
    125     file copy ${filespath}/${makefile} ${worksrcpath}
     125    file copy ${filespath}/${makefile} ${worksrcpath}/Makefile
    126126}
    127127
     
    129129    reinplace "s|@@VERSION@@|${version}|g" \
    130130        ${worksrcpath}/src/ld/Options.cpp
     131
     132    if {${os.major} >= 11} {
     133        reinplace "s|configure.h|ld-configure.h|g" \
     134            ${worksrcpath}/Makefile \
     135            ${worksrcpath}/src/abstraction/MachOFileAbstraction.hpp \
     136            ${worksrcpath}/src/create_configure
     137    }
    131138
    132139    if {${os.major} < 9} {
Note: See TracChangeset for help on using the changeset viewer.