Ticket #14064: Portfile-boost.diff
File Portfile-boost.diff, 550 bytes (added by ken@…, 17 years ago) |
---|
-
Portfile
old new 81 81 82 82 configure.args --without-libraries=python --without-icu 83 83 84 post-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 90 variant universal {} 91 84 92 variant python24 { 85 93 set pyversion 2.4 86 94 depends_lib lib:libpython${pyversion}:python[strsed ${pyversion} {g/[.]//}]