Ticket #19360: Portfile.diff

File Portfile.diff, 384 bytes (added by dyamins@…, 15 years ago)

possible fix

  • Portfile

    old new  
    6666
    6767    # create a build directory for atlas
    6868    file mkdir ${workpath}/${name}-${version}/build
     69   
     70        if {[variant_isset universal]}  {
     71                configure.universal_args-delete --disable-dependency-tracking
     72        }
     73
    6974}
    7075
    7176# we are configuring from the build directory