New Ticket     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Ticket #14064: Portfile-boost.diff

File Portfile-boost.diff, 0.5 KB (added by ken@…, 4 years ago)
  • Portfile

    old new  
    8181 
    8282configure.args          --without-libraries=python --without-icu 
    8383 
     84post-configure { 
     85        if {[variant_isset universal]} { 
     86                reinplace "s|using darwin.*|using darwin : : : <compileflags>\"-arch ppc -arch i386\" <linkflags>\"-arch ppc -arch i386\" ;|" ${worksrcpath}/user-config.jam 
     87        } 
     88} 
     89 
     90variant universal {} 
     91 
    8492variant python24 { 
    8593        set pyversion           2.4 
    8694        depends_lib             lib:libpython${pyversion}:python[strsed ${pyversion} {g/[.]//}]