Ticket #14431: patch-boost-fix-wrong-variants.diff
File patch-boost-fix-wrong-variants.diff, 980 bytes (added by raimue (Rainer Müller), 17 years ago) |
---|
-
Portfile
85 85 86 86 configure.args --without-libraries=python --without-icu 87 87 88 variant python24 {88 variant python24 conflicts python25 { 89 89 set pyversion 2.4 90 depends_lib 90 depends_lib-append lib:libpython${pyversion}:python[strsed ${pyversion} {g/[.]//}] 91 91 92 92 configure.args-delete --without-libraries=python 93 93 } 94 94 95 variant python25 {95 variant python25 conflicts python24 { 96 96 set pyversion 2.5 97 depends_lib 97 depends_lib-append lib:libpython${pyversion}:python[strsed ${pyversion} {g/[.]//}] 98 98 99 99 configure.args-delete --without-libraries=python 100 100 } 101 101 variant icu { 102 depends_lib 102 depends_lib-append port:icu 103 103 104 104 configure.args-delete --without-icu 105 105 configure.args-append --with-icu