Ticket #33439: no-liblto-in-developer-dir.patch
File no-liblto-in-developer-dir.patch, 534 bytes (added by neverpanic (Clemens Lang), 13 years ago) |
---|
-
Portfile
39 39 ${worksrcpath}/ld64.xcodeproj/project.pbxproj 40 40 reinplace "s|\$(RC_ProjectSourceVersion)|${version}|g" \ 41 41 ${worksrcpath}/ld64.xcodeproj/project.pbxproj 42 if {[vercmp $xcodeversion 4.3] >= 0} { 43 reinplace \ 44 "s|\$(DEVELOPER_DIR)/usr/lib/libLTO.dylib|/usr/lib/libLTO.dylib|g" \ 45 ${worksrcpath}/ld64.xcodeproj/project.pbxproj 46 } 42 47 } 43 48 44 49 pre-build {