Ticket #11332: GMTL.patch
File GMTL.patch, 447 bytes (added by mccdo@…, 18 years ago) |
---|
Line | |
---|---|
1 | 14c14 |
2 | < depends_build port:scons |
3 | --- |
4 | > depends_build port:scons |
5 | 16c16 |
6 | < use_configure no |
7 | --- |
8 | > use_configure no |
9 | 18,19c18,24 |
10 | < build.cmd scons |
11 | < build.pre_args prefix=${prefix} |
12 | --- |
13 | > build {} |
14 | > |
15 | > set scons.args "prefix=\"${destroot}${prefix}\"" |
16 | > |
17 | > destroot { |
18 | > system "cd ${worksrcpath} && scons ${scons.args} install" |
19 | > } |
20 | 21,23d25 |
21 | < destroot.cmd scons |
22 | < destroot.pre_args prefix=${destroot}${prefix} |
23 | < destroot.post_args install |