On Nov 26, 2014, at 4:20 PM, Lawrence Velázquez <[email protected]> wrote:

> The contents of `build.args` are passed to `build.cmd` as command-line 
> arguments. An example, from llvm-gcc42:

Pardon, copypasta error. This is what I meant to paste. Same idea, though.

build.args-append \
    CC="${configure.cc} -pipe -std=gnu89" \
    CXX="${configure.cxx} -pipe" \
    PREFIX="${prefix}" \
    SRCROOT="${srcroot}" \
    OBJROOT="${objroot}" \
    SYMROOT="${symroot}" \
    DSTROOT="${destroot}" \
    RC_NONARCH_CFLAGS="-pipe -std=gnu89" \
    RC_OS="macos" \
    RC_ARCHS="[get_canonical_archs]" \
    RC_ProjectSourceVersion="[lindex [split ${version} .] 0]" \
    RC_ProjectSourceSubversion="[lindex [split ${version} .] 1]"

vq
_______________________________________________
macports-users mailing list
[email protected]
https://lists.macosforge.org/mailman/listinfo/macports-users

Reply via email to