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