Ticket #44188: llvm-2.9-python.patch

File llvm-2.9-python.patch, 790 bytes (added by Ionic (Mihai Moldovan), 10 years ago)

Patch against clang 2.9 Portfile.

  • lang/llvm-2.9/Portfile

    old new  
    285285    variant python25 conflicts python26 python27 description {Use python 2.5} {
    286286        set pythonver 25
    287287        set pythonverdot 2.5
     288        depends_build-append port:python25
    288289    }
    289290
    290291    variant python26 conflicts python25 python27 description {Use python 2.6} {
    291292        set pythonver 26
    292293        set pythonverdot 2.6
     294        depends_build-append port:python26
    293295    }
    294296
    295297    variant python27 conflicts python25 python26 description {Use python 2.7} {
    296298        set pythonver 27
    297299        set pythonverdot 2.7
     300        depends_build-append port:python27
    298301    }
    299302
    300303    variant analyzer description {Install clang static analyzer} {