From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 54C54158042 for ; Sat, 16 Nov 2024 14:08:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 99714E085B; Sat, 16 Nov 2024 14:08:04 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5D97DE085B for ; Sat, 16 Nov 2024 14:08:04 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9FA9E33FDEE for ; Sat, 16 Nov 2024 14:08:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3BACDAE7 for ; Sat, 16 Nov 2024 14:08:02 +0000 (UTC) From: "Andreas K. Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas K. Hüttel" Message-ID: <1731766060.4d8c8ea2039737e18c88e75973abd8d6cc6f9d16.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-mobilephone/gnokii/, app-mobilephone/gnokii/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-mobilephone/gnokii/files/gnokii-0.6.31-conf-intrinsic.patch app-mobilephone/gnokii/gnokii-0.6.31-r5.ebuild X-VCS-Directories: app-mobilephone/gnokii/ app-mobilephone/gnokii/files/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: 4d8c8ea2039737e18c88e75973abd8d6cc6f9d16 X-VCS-Branch: master Date: Sat, 16 Nov 2024 14:08:02 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: a6b939a3-566a-4b4e-b93e-ebb52af9cae6 X-Archives-Hash: 399c0e3c57e74ad72d4006a0281ea85d commit: 4d8c8ea2039737e18c88e75973abd8d6cc6f9d16 Author: Andreas K. Hüttel gentoo org> AuthorDate: Sat Nov 16 14:07:05 2024 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Sat Nov 16 14:07:40 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d8c8ea2 app-mobilephone/gnokii: fix implicit declarations in configure Closes: https://bugs.gentoo.org/910680 Signed-off-by: Andreas K. Hüttel gentoo.org> .../gnokii/files/gnokii-0.6.31-conf-intrinsic.patch | 19 +++++++++++++++++++ app-mobilephone/gnokii/gnokii-0.6.31-r5.ebuild | 1 + 2 files changed, 20 insertions(+) diff --git a/app-mobilephone/gnokii/files/gnokii-0.6.31-conf-intrinsic.patch b/app-mobilephone/gnokii/files/gnokii-0.6.31-conf-intrinsic.patch new file mode 100644 index 000000000000..cc75e8cebe49 --- /dev/null +++ b/app-mobilephone/gnokii/files/gnokii-0.6.31-conf-intrinsic.patch @@ -0,0 +1,19 @@ +diff '--color=auto' -ruN gnokii-0.6.31.orig/configure.in gnokii-0.6.31/configure.in +--- gnokii-0.6.31.orig/configure.in 2024-11-16 14:59:39.416370347 +0100 ++++ gnokii-0.6.31/configure.in 2024-11-16 15:03:09.368586626 +0100 +@@ -940,6 +940,7 @@ + AC_CACHE_CHECK(for ISO C99 compliant snprintf,ac_cv_func_snprintf_c99, + [AC_TRY_RUN([ + #include ++#include + + int main() + { +@@ -955,6 +956,7 @@ + [AC_TRY_RUN([ + #include + #include ++#include + + int doit(char *buf, int len, const char *s, ...) + { diff --git a/app-mobilephone/gnokii/gnokii-0.6.31-r5.ebuild b/app-mobilephone/gnokii/gnokii-0.6.31-r5.ebuild index ecb43f31fb9f..8c0e5d132103 100644 --- a/app-mobilephone/gnokii/gnokii-0.6.31-r5.ebuild +++ b/app-mobilephone/gnokii/gnokii-0.6.31-r5.ebuild @@ -49,6 +49,7 @@ PATCHES=( "${FILESDIR}"/${P}-gcc5.patch "${FILESDIR}"/${P}-gcc7.patch "${FILESDIR}"/${PN}-0.6.31-sqlite-typo.patch + "${FILESDIR}"/${PN}-0.6.31-conf-intrinsic.patch ) src_prepare() {