Ticket #44188: llvm-3.3-python.patch

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

Patch against clang 3.3 Portfile.

  • lang/llvm-3.3/Portfile

    old new  
    294294    variant python25 conflicts python26 python27 description {Use python 2.5} {
    295295        set pythonver 25
    296296        set pythonverdot 2.5
     297        depends_build-append port:python25
    297298        configure.args-append --with-python=${prefix}/bin/python2.5
    298299    }
    299300
    300301    variant python26 conflicts python25 python27 description {Use python 2.6} {
    301302        set pythonver 26
    302303        set pythonverdot 2.6
     304        depends_build-append port:python26
    303305        configure.args-append --with-python=${prefix}/bin/python2.6
    304306    }
    305307
    306308    variant python27 conflicts python25 python26 description {Use python 2.7} {
    307309        set pythonver 27
    308310        set pythonverdot 2.7
     311        depends_build-append port:python27
    309312        configure.args-append --with-python=${prefix}/bin/python2.7
    310313    }
    311314