diff options
-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 } |