Ticket #44188: llvm-3.0-python.patch
File llvm-3.0-python.patch, 790 bytes (added by Ionic (Mihai Moldovan), 10 years ago) |
---|
-
lang/llvm-3.0/Portfile
old new 282 282 variant python25 conflicts python26 python27 description {Use python 2.5} { 283 283 set pythonver 25 284 284 set pythonverdot 2.5 285 depends_build-append port:python25 285 286 } 286 287 287 288 variant python26 conflicts python25 python27 description {Use python 2.6} { 288 289 set pythonver 26 289 290 set pythonverdot 2.6 291 depends_build-append port:python26 290 292 } 291 293 292 294 variant python27 conflicts python25 python26 description {Use python 2.7} { 293 295 set pythonver 27 294 296 set pythonverdot 2.7 297 depends_build-append port:python27 295 298 } 296 299 297 300 variant analyzer description {Install clang static analyzer} {