Ticket #44188: llvm-3.2-python.patch

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

Patch against clang 3.2 Portfile.

  • lang/llvm-3.2/Portfile

    old new  
    298298    variant python25 conflicts python26 python27 description {Use python 2.5} {
    299299        set pythonver 25
    300300        set pythonverdot 2.5
     301        depends_build-append port:python25
    301302    }
    302303
    303304    variant python26 conflicts python25 python27 description {Use python 2.6} {
    304305        set pythonver 26
    305306        set pythonverdot 2.6
     307        depends_build-append port:python26
    306308    }
    307309
    308310    variant python27 conflicts python25 python26 description {Use python 2.7} {
    309311        set pythonver 27
    310312        set pythonverdot 2.7
     313        depends_build-append port:python27
    311314    }
    312315
    313316    variant analyzer description {Install clang static analyzer} {