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 6F49D158086 for ; Thu, 7 Oct 2021 14:13:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BA60BE088A; Thu, 7 Oct 2021 14:13:42 +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 A01FDE088F for ; Thu, 7 Oct 2021 14:13:42 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 86984342E02 for ; Thu, 7 Oct 2021 14:13:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CF562138 for ; Thu, 7 Oct 2021 14:13:39 +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: <1633616008.23d379e9bcfec0b3bd3d520434d63fa8fa270635.hattya@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/jfbterm/, app-i18n/jfbterm/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-i18n/jfbterm/files/jfbterm-automake-1.13.patch app-i18n/jfbterm/jfbterm-0.4.7-r4.ebuild X-VCS-Directories: app-i18n/jfbterm/files/ app-i18n/jfbterm/ X-VCS-Committer: hattya X-VCS-Committer-Name: Akinori Hattori X-VCS-Revision: 23d379e9bcfec0b3bd3d520434d63fa8fa270635 X-VCS-Branch: master Date: Thu, 7 Oct 2021 14:13:39 +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: d58aaab9-4547-4010-8ca7-d3b71cb11366 X-Archives-Hash: ca9750ccabf842a551d091d1d9546267 commit: 23d379e9bcfec0b3bd3d520434d63fa8fa270635 Author: Akinori Hattori gentoo org> AuthorDate: Thu Oct 7 14:11:45 2021 +0000 Commit: Akinori Hattori gentoo org> CommitDate: Thu Oct 7 14:13:28 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23d379e9 app-i18n/jfbterm: fix build with >=sys-devel/automake-1.13 Closes: https://bugs.gentoo.org/467570 Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Akinori Hattori gentoo.org> app-i18n/jfbterm/files/jfbterm-automake-1.13.patch | 14 ++++++++++++++ app-i18n/jfbterm/jfbterm-0.4.7-r4.ebuild | 1 + 2 files changed, 15 insertions(+) diff --git a/app-i18n/jfbterm/files/jfbterm-automake-1.13.patch b/app-i18n/jfbterm/files/jfbterm-automake-1.13.patch new file mode 100644 index 00000000000..e20f068a838 --- /dev/null +++ b/app-i18n/jfbterm/files/jfbterm-automake-1.13.patch @@ -0,0 +1,14 @@ +--- a/configure.in ++++ b/configure.in +@@ -1,7 +1,8 @@ + dnl Process this file with autoconf to produce a configure script. +-AC_INIT(fbcommon.c) +-AM_CONFIG_HEADER(config.h) +-AM_INIT_AUTOMAKE(jfbterm, 0.4.7) ++AC_INIT([jfbterm], [0.4.7]) ++AC_CONFIG_SRCDIR([fbcommon.c]) ++AC_CONFIG_HEADERS([config.h]) ++AM_INIT_AUTOMAKE + + dnl Checks for programs. + AC_PROG_CC diff --git a/app-i18n/jfbterm/jfbterm-0.4.7-r4.ebuild b/app-i18n/jfbterm/jfbterm-0.4.7-r4.ebuild index bcfc43de173..3fb31512982 100644 --- a/app-i18n/jfbterm/jfbterm-0.4.7-r4.ebuild +++ b/app-i18n/jfbterm/jfbterm-0.4.7-r4.ebuild @@ -24,6 +24,7 @@ PATCHES=( "${FILESDIR}"/${PN}-no-kernel-headers.patch "${FILESDIR}"/${PN}-gentoo.patch "${FILESDIR}"/${PN}-wrong-inline-gcc5.patch + "${FILESDIR}"/${PN}-automake-1.13.patch ) src_prepare() {