diff options
author | Sam James <sam@gentoo.org> | 2022-05-22 05:20:02 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-05-22 05:20:02 +0100 |
commit | a5d5430c54fb0f2fde26c5d8a1844c181a1432fd (patch) | |
tree | 0ea5e2d4c7e02c980a4c6f89d635a3ad0acfd9cd /net-libs/toxext/toxext-0.0.3.ebuild | |
parent | app-misc/binwalk: drop 2.2.0, 2.3.1 (diff) | |
download | gentoo-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.ebuild | 2 |
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 } |