summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-05-22 05:20:02 +0100
committerSam James <sam@gentoo.org>2022-05-22 05:20:02 +0100
commita5d5430c54fb0f2fde26c5d8a1844c181a1432fd (patch)
tree0ea5e2d4c7e02c980a4c6f89d635a3ad0acfd9cd /net-libs/toxext/toxext-0.0.3.ebuild
parentapp-misc/binwalk: drop 2.2.0, 2.3.1 (diff)
downloadgentoo-a5d5430c54fb0f2fde26c5d8a1844c181a1432fd.tar.gz
gentoo-a5d5430c54fb0f2fde26c5d8a1844c181a1432fd.tar.bz2
gentoo-a5d5430c54fb0f2fde26c5d8a1844c181a1432fd.zip
net-libs/toxext: CLANG -> clang
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-libs/toxext/toxext-0.0.3.ebuild')
-rw-r--r--net-libs/toxext/toxext-0.0.3.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-libs/toxext/toxext-0.0.3.ebuild b/net-libs/toxext/toxext-0.0.3.ebuild
index 4e41feba68bf..ec77c5f446fc 100644
--- a/net-libs/toxext/toxext-0.0.3.ebuild
+++ b/net-libs/toxext/toxext-0.0.3.ebuild
@@ -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
}