Ticket #44188: llvm-3.0-python.patch

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

Patch against clang 3.0 Portfile.

  • lang/llvm-3.0/Portfile

    old new  
    282282    variant python25 conflicts python26 python27 description {Use python 2.5} {
    283283        set pythonver 25
    284284        set pythonverdot 2.5
     285        depends_build-append port:python25
    285286    }
    286287
    287288    variant python26 conflicts python25 python27 description {Use python 2.6} {
    288289        set pythonver 26
    289290        set pythonverdot 2.6
     291        depends_build-append port:python26
    290292    }
    291293
    292294    variant python27 conflicts python25 python26 description {Use python 2.7} {
    293295        set pythonver 27
    294296        set pythonverdot 2.7
     297        depends_build-append port:python27
    295298    }
    296299
    297300    variant analyzer description {Install clang static analyzer} {