commit: eec0cbb322075a1570a9f0a69406d944fb694013 Author: NHOrus <jy6x2b32pie9 <AT> yahoo <DOT> com> AuthorDate: Wed Jan 8 13:21:15 2025 +0000 Commit: Florian Schmaus <flow <AT> gentoo <DOT> org> CommitDate: Thu Jan 9 08:25:10 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eec0cbb3
app-text/xdvik: silence implc-decl QA error memicmp is windows-mostly function, this is false positive due a configure check [flow: slightly adjust commit message] Bug: https://bugs.gentoo.org/900537 Signed-off-by: NHOrus <jy6x2b32pie9 <AT> yahoo.com> Closes: https://github.com/gentoo/gentoo/pull/40051 Signed-off-by: Florian Schmaus <flow <AT> gentoo.org> app-text/xdvik/xdvik-22.87.06-r1.ebuild | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/app-text/xdvik/xdvik-22.87.06-r1.ebuild b/app-text/xdvik/xdvik-22.87.06-r1.ebuild index e40aeb4ffa5f..e2c86e06de43 100644 --- a/app-text/xdvik/xdvik-22.87.06-r1.ebuild +++ b/app-text/xdvik/xdvik-22.87.06-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -43,6 +43,10 @@ BDEPEND="app-alternatives/lex app-alternatives/yacc virtual/pkgconfig" +# https://bugs.gentoo.org/900537 +# Windows-exclusive function +QA_CONFIG_IMPL_DECL_SKIP=(memicmp) + PATCHES=( "${FILESDIR}"/${PN}-22.87.06-configure-clang16.patch "${FILESDIR}"/${PN}-22.87.06-squeeze-c23.patch
