summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIonen Wolkens <ionen@gentoo.org>2023-02-17 04:22:00 -0500
committerIonen Wolkens <ionen@gentoo.org>2023-02-17 04:40:52 -0500
commit080758c1d1a7dbf6c619804462c4692ff225980f (patch)
tree1d5a6f1e4f42bc26e393a0883feefb39bdc867e5 /dev-libs/libgrapheme
parentmedia-sound/denonavr-cli: Update homepage (diff)
downloadgentoo-080758c1d1a7dbf6c619804462c4692ff225980f.tar.gz
gentoo-080758c1d1a7dbf6c619804462c4692ff225980f.tar.bz2
gentoo-080758c1d1a7dbf6c619804462c4692ff225980f.zip
dev-libs/libgrapheme: drop -nostdlib
This does use libc and isn't a plugin, not really seeing a reason to pass this. Skipping revbump given mostly harmless beside QA noise. Closes: https://bugs.gentoo.org/895068 Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'dev-libs/libgrapheme')
-rw-r--r--dev-libs/libgrapheme/libgrapheme-2.0.2.ebuild7
1 files changed, 6 insertions, 1 deletions
diff --git a/dev-libs/libgrapheme/libgrapheme-2.0.2.ebuild b/dev-libs/libgrapheme/libgrapheme-2.0.2.ebuild
index d86626bd309d..bbdd40983f99 100644
--- a/dev-libs/libgrapheme/libgrapheme-2.0.2.ebuild
+++ b/dev-libs/libgrapheme/libgrapheme-2.0.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2021-2022 Gentoo Authors
+# Copyright 2021-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -22,8 +22,13 @@ src_prepare() {
tc-export CC AR RANLIB
tc-export_build_env BUILD_CC
sed -Ei '/^(BUILD_|)(CC|AR|RANLIB|CFLAGS|LDFLAGS|LDCONFIG).*=/d' config.mk || die
+
+ # does use libc and dropping this avoids QA noise with clang (bug #895068)
+ sed -i 's/-nostdlib //' config.mk || die
}
+src_configure() { :; }
+
src_install() {
local emakeargs=(
DESTDIR="${D}"