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  
    2121                 sha1 e2dd6ef9c56b18c7be7669aba374bcd24745ae95
    2222platforms        darwin
    2323
    24 patchfiles       patch-strings.c
     24universal_variant       no
     25
     26patchfiles       patch-strings.c \
     27                 patch-build.sh
     28
    2529post-patch {
    2630        reinplace "s|/usr/share/boost-build|${prefix}/share/boost-build|" \
    2731                ${worksrcpath}/jambase.c
     
    2933
    3034use_configure    no
    3135
    32 build.env        LOCATE_TARGET=bin
    33 build.cmd        ./build.sh
     36build.env        LOCATE_TARGET=bin CFLAGS="${configure.cflags}"
     37build.cmd        ./build.sh cc
    3438build.target
    3539
    3640destroot {