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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6F9B1158086 for ; Sat, 23 Oct 2021 14:32:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AD33FE0869; Sat, 23 Oct 2021 14:32:10 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 98017E0874 for ; Sat, 23 Oct 2021 14:32:10 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A7C15343450 for ; Sat, 23 Oct 2021 14:32:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 47E60170 for ; Sat, 23 Oct 2021 14:32:08 +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: <1634999512.8f4f71bddbe323cc16c9580725a95ec1c2ec3eba.hattya@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/uim/, app-i18n/uim/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-i18n/uim/files/uim-slibtool.patch app-i18n/uim/uim-1.8.8-r2.ebuild X-VCS-Directories: app-i18n/uim/files/ app-i18n/uim/ X-VCS-Committer: hattya X-VCS-Committer-Name: Akinori Hattori X-VCS-Revision: 8f4f71bddbe323cc16c9580725a95ec1c2ec3eba X-VCS-Branch: master Date: Sat, 23 Oct 2021 14:32:08 +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: 9fa8d579-ebd5-4c5f-b20a-6a4c9fc2eaf3 X-Archives-Hash: ceecb111dbba5566f5892c7999c91b5e commit: 8f4f71bddbe323cc16c9580725a95ec1c2ec3eba Author: Akinori Hattori gentoo org> AuthorDate: Sat Oct 23 14:23:57 2021 +0000 Commit: Akinori Hattori gentoo org> CommitDate: Sat Oct 23 14:31:52 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f4f71bd app-i18n/uim: fix build with sys-devel/slibtool Closes: https://bugs.gentoo.org/792198 Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Akinori Hattori gentoo.org> app-i18n/uim/files/uim-slibtool.patch | 14 ++++++++++++++ app-i18n/uim/uim-1.8.8-r2.ebuild | 1 + 2 files changed, 15 insertions(+) diff --git a/app-i18n/uim/files/uim-slibtool.patch b/app-i18n/uim/files/uim-slibtool.patch new file mode 100644 index 00000000000..51560d439e2 --- /dev/null +++ b/app-i18n/uim/files/uim-slibtool.patch @@ -0,0 +1,14 @@ +--- a/qt4/common.pro.in ++++ b/qt4/common.pro.in +@@ -4,8 +4,9 @@ + @abs_top_srcdir@ @abs_top_srcdir@/uim \ + @abs_top_srcdir@/replace + QMAKE_LIBDIR += @abs_top_builddir@/uim @abs_top_builddir@/replace \ +- @abs_top_builddir@/replace/.libs @abs_top_builddir@/uim/.libs +-LIBS += -lreplace -luim -luim-scm ++ @abs_top_builddir@/replace/.libs @abs_top_builddir@/uim/.libs \ ++ @abs_top_builddir@/sigscheme/libgcroots/.libs ++LIBS += -lreplace -luim -luim-scm -lgcroots + !win32:!embedded:!mac { + LIBS += -luim-x-util + } diff --git a/app-i18n/uim/uim-1.8.8-r2.ebuild b/app-i18n/uim/uim-1.8.8-r2.ebuild index 3e0f4c05b07..dd5bb5fe65e 100644 --- a/app-i18n/uim/uim-1.8.8-r2.ebuild +++ b/app-i18n/uim/uim-1.8.8-r2.ebuild @@ -77,6 +77,7 @@ BDEPEND="dev-util/intltool PATCHES=( "${FILESDIR}"/${PN}-gentoo.patch + "${FILESDIR}"/${PN}-slibtool.patch "${FILESDIR}"/${PN}-tinfo.patch "${FILESDIR}"/${PN}-xkb.patch "${FILESDIR}"/${PN}-zh-TW.patch