commit:     23d379e9bcfec0b3bd3d520434d63fa8fa270635
Author:     Akinori Hattori <hattya <AT> gentoo <DOT> org>
AuthorDate: Thu Oct  7 14:11:45 2021 +0000
Commit:     Akinori Hattori <hattya <AT> gentoo <DOT> 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 <hattya <AT> 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() {

Reply via email to