New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 80308


Ignore:
Timestamp:
07/08/11 17:16:09 (4 years ago)
Author:
ryandesign@…
Message:

ld64: avoid hardcoded /Developer dir; see #29082

File:
1 edited

Legend:

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

    r80306 r80308  
    4141 
    4242    post-patch { 
     43        reinplace {s|/Developer/usr/lib|$(DEVELOPER_DIR)/usr/lib|g} \ 
     44            ${worksrcpath}/ld64.xcodeproj/project.pbxproj 
    4345        reinplace "s|/usr/share/man/man1|${prefix}/share/man/man1|g" \ 
    4446            ${worksrcpath}/ld64.xcodeproj/project.pbxproj 
     
    9698        copy ${distpath}/dyld_priv.h ${workpath}/libunwind/include/mach-o/ 
    9799        copy ${distpath}/reloc.h ${workpath}/libunwind/include/mach-o/arm/ 
     100        reinplace {s|/Developer/usr/lib|$(DEVELOPER_DIR)/usr/lib|g} \ 
     101            ${worksrcpath}/ld64.xcodeproj/project.pbxproj 
    98102        reinplace "s|/usr/share/man/man1|${prefix}/share/man/man1|g" \ 
    99103            ${worksrcpath}/ld64.xcodeproj/project.pbxproj 
Note: See TracChangeset for help on using the changeset viewer.