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 (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id EA44815802E for ; Thu, 27 Jun 2024 13:15:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2B1EFE2A9D; Thu, 27 Jun 2024 13:15:51 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0DE2EE2A9D for ; Thu, 27 Jun 2024 13:15:51 +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 11072340A12 for ; Thu, 27 Jun 2024 13:15:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A60F5126B for ; Thu, 27 Jun 2024 13:15:48 +0000 (UTC) From: "Akinori Hattori" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Akinori Hattori" Message-ID: <1719494043.26df43b5026e054e11e9c0b2e73ef9304db4d32a.hattya@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/m17n-lib/, dev-libs/m17n-lib/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/m17n-lib/files/m17n-lib-clang.patch dev-libs/m17n-lib/m17n-lib-1.8.0-r1.ebuild X-VCS-Directories: dev-libs/m17n-lib/files/ dev-libs/m17n-lib/ X-VCS-Committer: hattya X-VCS-Committer-Name: Akinori Hattori X-VCS-Revision: 26df43b5026e054e11e9c0b2e73ef9304db4d32a X-VCS-Branch: master Date: Thu, 27 Jun 2024 13:15:48 +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: 3f6840c8-b7a0-46b3-82b6-22ae067ee2ac X-Archives-Hash: a2a39b8cb35fa01b4d9621d6777bd8f5 commit: 26df43b5026e054e11e9c0b2e73ef9304db4d32a Author: Akinori Hattori gentoo org> AuthorDate: Thu Jun 27 13:14:03 2024 +0000 Commit: Akinori Hattori gentoo org> CommitDate: Thu Jun 27 13:14:03 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26df43b5 dev-libs/m17n-lib: fix build with Clang Closes: https://bugs.gentoo.org/919393 Signed-off-by: Akinori Hattori gentoo.org> dev-libs/m17n-lib/files/m17n-lib-clang.patch | 21 +++++++++++++++++++++ dev-libs/m17n-lib/m17n-lib-1.8.0-r1.ebuild | 1 + 2 files changed, 22 insertions(+) diff --git a/dev-libs/m17n-lib/files/m17n-lib-clang.patch b/dev-libs/m17n-lib/files/m17n-lib-clang.patch new file mode 100644 index 000000000000..fb5d303d01b9 --- /dev/null +++ b/dev-libs/m17n-lib/files/m17n-lib-clang.patch @@ -0,0 +1,21 @@ +https://git.savannah.nongnu.org/cgit/m17n/m17n-lib.git/commit/?id=624b987e7b252e223de0bdbe148cd56aef0da28f + +From 624b987e7b252e223de0bdbe148cd56aef0da28f Mon Sep 17 00:00:00 2001 +From: Florian Weimer +Date: Thu, 4 May 2023 13:57:49 +0200 +Subject: Add missing int in example/medit.c + +Resolves: https://savannah.nongnu.org/bugs/index.php?64106 + +--- a/example/medit.c ++++ b/example/medit.c +@@ -662,7 +662,7 @@ static void MenuHelpProc (Widget, XEvent *, String *, Cardinal *); + off the current input method, otherwide turn on the input method + input_method_table[$IDX]. */ + void +-select_input_method (idx) ++select_input_method (int idx) + { + int previous_input_method = current_input_method; + + diff --git a/dev-libs/m17n-lib/m17n-lib-1.8.0-r1.ebuild b/dev-libs/m17n-lib/m17n-lib-1.8.0-r1.ebuild index abca676406af..e3a2db9f3487 100644 --- a/dev-libs/m17n-lib/m17n-lib-1.8.0-r1.ebuild +++ b/dev-libs/m17n-lib/m17n-lib-1.8.0-r1.ebuild @@ -36,6 +36,7 @@ BDEPEND="virtual/pkgconfig" PATCHES=( "${FILESDIR}"/${P}-configure.patch + "${FILESDIR}"/${PN}-clang.patch "${FILESDIR}"/${PN}-freetype.patch "${FILESDIR}"/${PN}-ftconfig.patch "${FILESDIR}"/${PN}-ispell.patch