Ticket #37830: Portfile-VLC.diff

File Portfile-VLC.diff, 970 bytes (added by nonstop.server@…, 11 years ago)
  • Portfile

    old new  
    9292    if {[string match "*gcc*" ${configure.compiler}] && ![string match "*llvm*" ${configure.compiler}]} {
    9393        configure.compiler clang
    9494        if {![file exists ${configure.cc}]} {
    95             depends_build-append port:clang-3.0
    96             depends_skip_archcheck-append clang-3.0
     95            depends_build-append port:clang-3.1
     96            depends_skip_archcheck-append clang-3.1
    9797
    98             #configure.compiler macports-clang-3.0
    99             configure.cc ${prefix}/bin/clang-mp-3.0
    100             configure.objc ${prefix}/bin/clang-mp-3.0
    101             configure.cxx ${prefix}/bin/clang++-mp-3.0
     98            #configure.compiler macports-clang-3.1
     99            configure.cc ${prefix}/bin/clang-mp-3.1
     100            configure.objc ${prefix}/bin/clang-mp-3.1
     101            configure.cxx ${prefix}/bin/clang++-mp-3.1
    102102        }
    103103    }
    104104}