diff --git a/_resources/port1.0/group/cxx11-1.1.tcl b/_resources/port1.0/group/cxx11-1.1.tcl
index 65d7fd4a03..4c70de3727 100644
a
|
b
|
if {${cxx_stdlib} eq "libstdc++" } { |
56 | 56 | |
57 | 57 | # see https://trac.macports.org/ticket/53194 |
58 | 58 | configure.cxx_stdlib macports-libstdc++ |
| 59 | |
| 60 | # see https://trac.macports.org/ticket/54766 |
| 61 | depends_lib-append port:gcc6 |
59 | 62 | |
60 | 63 | platform darwin powerpc { |
61 | 64 | # ports will build on powerpc with gcc6, gcc4ABI-compatible |
diff --git a/lang/llvm-4.0/Portfile b/lang/llvm-4.0/Portfile
index a1cad8d63e..551bc182b7 100644
a
|
b
|
set clang_executable_version 4.0 |
13 | 13 | set lldb_executable_version 4.0.1 |
14 | 14 | name llvm-${llvm_version} |
15 | 15 | revision 0 |
16 | | subport clang-${llvm_version} { revision 1 } |
| 16 | subport clang-${llvm_version} { revision 2 } |
17 | 17 | subport lldb-${llvm_version} {} |
18 | 18 | set suffix mp-${llvm_version} |
19 | 19 | set sub_prefix ${prefix}/libexec/llvm-${llvm_version} |
… |
… |
if {${subport} eq "llvm-${llvm_version}"} { |
556 | 556 | } |
557 | 557 | |
558 | 558 | variant libstdcxx description {-stdlib=macports-libstdc++ searches for MacPorts libstdc++} { |
559 | | depends_lib-append port:gcc6 |
560 | | |
561 | 559 | patchfiles-append 9001-macports-libstdcxx.diff |
562 | 560 | |
563 | 561 | post-patch { |