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