build.args arg="FLAG1 FLAG2"

Joshua Root jmr at macports.org
Mon Jul 4 18:47:42 PDT 2011


On 2011-7-5 11:31 , Jeremy Lavergne wrote:
>> This sounds very similar to what postfix does.
> 
> postfix employs ldelete as well, but I'm curious must one re-set the variable (CCARGS) after deleting from it?

Yep. It works like lreplace, which returns a new list and doesn't modify
the original in place. (It can't, because you only pass the contents of
the original to it, not its name.)

- Josh


More information about the macports-dev mailing list