net-libs/toxext: CLANG -> clang

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James 2022-05-22 05:20:02 +01:00
parent 8875a03087
commit a5d5430c54
No known key found for this signature in database
GPG Key ID: F4922810EEA0483B
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ src_prepare() {
sed -i 's/-Werror//' CMakeLists.txt || die
sed -i '/-fsanitize=/d' test/CMakeLists.txt || die
# Fix build with CLANG and LLD.
# Fix build with clang and lld.
# https://bugs.gentoo.org/831338
append-flags -fPIC
}