Skip to content

Commit

Permalink
app-i18n/jfbterm: fix build with >=sys-devel/automake-1.13
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/467570
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Akinori Hattori <[email protected]>
  • Loading branch information
hattya committed Oct 7, 2021
1 parent afeefcb commit 23d379e
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
14 changes: 14 additions & 0 deletions app-i18n/jfbterm/files/jfbterm-automake-1.13.patch
Original file line number Diff line number Diff line change
@@ -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
1 change: 1 addition & 0 deletions app-i18n/jfbterm/jfbterm-0.4.7-r4.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit 23d379e

Please sign in to comment.