Changes between Version 1 and Version 2 of Ticket #37844, comment 3


Ignore:
Timestamp:
Jan 31, 2013, 1:51:46 PM (11 years ago)
Author:
dw@…
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #37844, comment 3

    v1 v2  
    1313>  * In the universal variant, the second build.env statement overrides the first. If you want to append to the environment rather than overwriting it, use build.env-append, but note that you can set multiple environment variables in a single build.env invocation, which is usually preferable.
    1414
    15 Now there is a single build.env-append statement and the universal variant is defined.
     15Now there is a single `build.env-append` statement and the universal variant is defined.
    1616
    1717
     
    2828>  * What's the "platform darwin" block all about? Why is INSTALL_PATH set to ${prefix}/lib only on Darwin? What will happen on other OSes?
    2929
    30 Blindly copying examples from other Portfiles. :(  I've moved it to the single remaining build.end-append statement. It controls -rpath via build_detect_platform.
     30Blindly copying examples from other Portfiles. :(  I've moved it to the single remaining `build.end-append` statement. It controls `-rpath` via `build_detect_platform`.
    3131
    3232