Ticket #37830: Portfile-VLC.diff
File Portfile-VLC.diff, 970 bytes (added by nonstop.server@…, 12 years ago) |
---|
-
Portfile
old new 92 92 if {[string match "*gcc*" ${configure.compiler}] && ![string match "*llvm*" ${configure.compiler}]} { 93 93 configure.compiler clang 94 94 if {![file exists ${configure.cc}]} { 95 depends_build-append port:clang-3. 096 depends_skip_archcheck-append clang-3. 095 depends_build-append port:clang-3.1 96 depends_skip_archcheck-append clang-3.1 97 97 98 #configure.compiler macports-clang-3. 099 configure.cc ${prefix}/bin/clang-mp-3. 0100 configure.objc ${prefix}/bin/clang-mp-3. 0101 configure.cxx ${prefix}/bin/clang++-mp-3. 098 #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 102 102 } 103 103 } 104 104 }