Ticket #14064: universal_build_boost-jam.diff
File universal_build_boost-jam.diff, 800 bytes (added by illogical1@…, 16 years ago) |
---|
-
boost-jam/Portfile
old new 21 21 sha1 e2dd6ef9c56b18c7be7669aba374bcd24745ae95 22 22 platforms darwin 23 23 24 patchfiles patch-strings.c 24 universal_variant no 25 26 patchfiles patch-strings.c \ 27 patch-build.sh 28 25 29 post-patch { 26 30 reinplace "s|/usr/share/boost-build|${prefix}/share/boost-build|" \ 27 31 ${worksrcpath}/jambase.c … … 29 33 30 34 use_configure no 31 35 32 build.env LOCATE_TARGET=bin 33 build.cmd ./build.sh 36 build.env LOCATE_TARGET=bin CFLAGS="${configure.cflags}" 37 build.cmd ./build.sh cc 34 38 build.target 35 39 36 40 destroot {