x11-misc/stalonetray: squelch FP for implicit decl in configure

It only appears on musl since it is a fallback for execinfo. The check
always fails, but is expectd to since this isn't solaris.

Closes: https://bugs.gentoo.org/928850
Signed-off-by: Eli Schwartz <eschwartz93@gmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Eli Schwartz
2024-05-21 01:16:53 -04:00
committed by Sam James
parent 7630ab84bd
commit 4b2c2f030d
2 changed files with 14 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2022 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -25,6 +25,12 @@ BDEPEND="app-text/docbook-xml-dtd
DOCS=( AUTHORS BUGS COPYING NEWS README.md TODO stalonetrayrc.sample stalonetray.html )
QA_CONFIG_IMPL_DECL_SKIP+=(
# Only on solaris.
# Produces an undefined reference on gcc 13.
printstack
)
src_prepare() {
default
eautoreconf

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2023 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -25,6 +25,12 @@ BDEPEND="app-text/docbook-xml-dtd
DOCS=( AUTHORS BUGS COPYING NEWS README.md TODO stalonetrayrc.sample stalonetray.html )
QA_CONFIG_IMPL_DECL_SKIP+=(
# Only on solaris.
# Produces an undefined reference on gcc 13.
printstack
)
src_prepare() {
default
eautoreconf