Ticket #26881: Portfile.diff

File Portfile.diff, 383 bytes (added by neverlunch@…, 13 years ago)

Portfile's diff for universal

Line 
15,6d4
2< PortGroup                     muniversal 1.0
3< PortGroup                     archcheck 1.0
427,29d24
5< universal_variant     yes
6< use_parallel_build    no
7<
832,44d26
9< platform darwin {
10<       post-configure {
11<               if {[variant_isset universal]} {
12<                       set dirs {}
13<                       foreach arch ${universal_archs_to_use} {
14<                               lappend dirs ${worksrcpath}-${arch}
15<                       }
16<               } else {
17<                       set dirs ${worksrcpath}
18<               }
19<       }
20< }
21<