Ticket #44188: llvm-3.3-python.patch
File llvm-3.3-python.patch, 929 bytes (added by Ionic (Mihai Moldovan), 10 years ago) |
---|
-
lang/llvm-3.3/Portfile
old new 294 294 variant python25 conflicts python26 python27 description {Use python 2.5} { 295 295 set pythonver 25 296 296 set pythonverdot 2.5 297 depends_build-append port:python25 297 298 configure.args-append --with-python=${prefix}/bin/python2.5 298 299 } 299 300 300 301 variant python26 conflicts python25 python27 description {Use python 2.6} { 301 302 set pythonver 26 302 303 set pythonverdot 2.6 304 depends_build-append port:python26 303 305 configure.args-append --with-python=${prefix}/bin/python2.6 304 306 } 305 307 306 308 variant python27 conflicts python25 python26 description {Use python 2.7} { 307 309 set pythonver 27 308 310 set pythonverdot 2.7 311 depends_build-append port:python27 309 312 configure.args-append --with-python=${prefix}/bin/python2.7 310 313 } 311 314