Skip to content

Commit

Permalink
waf-1.0.tcl: Move --nocache to configure.post_args
Browse files Browse the repository at this point in the history
This allows Portfiles to use configure.args without needing to remember to
-append to it. Some existing Portfiles already aren't doing that.

And append to configure.post_args, rather than overwriting it, so as to
interoperate with other PortGroups that might also need to add flags here.
  • Loading branch information
ryandesign committed Oct 3, 2019
1 parent 580ef0a commit d0f6ac8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _resources/port1.0/group/waf-1.0.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ default waf.python {${prefix}/bin/python2.7}
depends_build-append port:python27

configure.cmd ${waf.python} ./waf configure
configure.args --nocache
configure.post_args-append --nocache

configure.universal_args-delete --disable-dependency-tracking

Expand Down

0 comments on commit d0f6ac8

Please sign in to comment.