Ticket #44188: llvm-3.2-python.patch
File llvm-3.2-python.patch, 790 bytes (added by Ionic (Mihai Moldovan), 10 years ago) |
---|
-
lang/llvm-3.2/Portfile
old new 298 298 variant python25 conflicts python26 python27 description {Use python 2.5} { 299 299 set pythonver 25 300 300 set pythonverdot 2.5 301 depends_build-append port:python25 301 302 } 302 303 303 304 variant python26 conflicts python25 python27 description {Use python 2.6} { 304 305 set pythonver 26 305 306 set pythonverdot 2.6 307 depends_build-append port:python26 306 308 } 307 309 308 310 variant python27 conflicts python25 python26 description {Use python 2.7} { 309 311 set pythonver 27 310 312 set pythonverdot 2.7 313 depends_build-append port:python27 311 314 } 312 315 313 316 variant analyzer description {Install clang static analyzer} {