Ticket #44188: llvm-3.1-python.patch

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

Patch against clang 3.1 Portfile.

  • lang/llvm-3.1/Portfile

    old new  
    286286    variant python25 conflicts python26 python27 description {Use python 2.5} {
    287287        set pythonver 25
    288288        set pythonverdot 2.5
     289        depends_build-append port:python25
    289290    }
    290291
    291292    variant python26 conflicts python25 python27 description {Use python 2.6} {
    292293        set pythonver 26
    293294        set pythonverdot 2.6
     295        depends_build-append port:python26
    294296    }
    295297
    296298    variant python27 conflicts python25 python26 description {Use python 2.7} {
    297299        set pythonver 27
    298300        set pythonverdot 2.7
     301        depends_build-append port:python27
    299302    }
    300303
    301304    variant analyzer description {Install clang static analyzer} {