File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -135,11 +135,11 @@ pkg_postinst() {
135
135
if [[ $( tc-get-cxx-stdlib) == " libc++" ]] ; then
136
136
# Workaround for bug #923292 (KDE-bug 479679)
137
137
ewarn " plasmashell and other KDE Plasma components are known to misbehave"
138
- ewarn " when built with sys-libs /libcxx, e.g. crashing when right-clicking"
138
+ ewarn " when built with llvm-runtimes /libcxx, e.g. crashing when right-clicking"
139
139
ewarn " on a panel. See bug #923292."
140
140
ewarn " "
141
- ewarn " A possible (no warranty!) workaround is building sys-libs /libcxx and"
142
- ewarn " sys-libs /libcxxabi with the following in package.env:"
141
+ ewarn " A possible (no warranty!) workaround is building llvm-runtimes /libcxx and"
142
+ ewarn " llvm-runtimes /libcxxabi with the following in package.env:"
143
143
ewarn " MYCMAKEARGS=\" -DLIBCXX_TYPEINFO_COMPARISON_IMPLEMENTATION=2\" "
144
144
ewarn " You may then need to rebuild dev-qt/* and kde-*/*."
145
145
fi
Original file line number Diff line number Diff line change @@ -134,11 +134,11 @@ pkg_postinst() {
134
134
if [[ $( tc-get-cxx-stdlib) == " libc++" ]] ; then
135
135
# Workaround for bug #923292 (KDE-bug 479679)
136
136
ewarn " plasmashell and other KDE Plasma components are known to misbehave"
137
- ewarn " when built with sys-libs /libcxx, e.g. crashing when right-clicking"
137
+ ewarn " when built with llvm-runtimes /libcxx, e.g. crashing when right-clicking"
138
138
ewarn " on a panel. See bug #923292."
139
139
ewarn " "
140
- ewarn " A possible (no warranty!) workaround is building sys-libs /libcxx and"
141
- ewarn " sys-libs /libcxxabi with the following in package.env:"
140
+ ewarn " A possible (no warranty!) workaround is building llvm-runtimes /libcxx and"
141
+ ewarn " llvm-runtimes /libcxxabi with the following in package.env:"
142
142
ewarn " MYCMAKEARGS=\" -DLIBCXX_TYPEINFO_COMPARISON_IMPLEMENTATION=2\" "
143
143
ewarn " You may then need to rebuild dev-qt/* and kde-*/*."
144
144
fi
You can’t perform that action at this time.
0 commit comments