diff options
author | Sam James <sam@gentoo.org> | 2022-03-24 22:48:36 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-03-24 23:01:35 +0000 |
commit | e78ff1747765da9b82919cad40e123bd83591879 (patch) | |
tree | cfeaa02b13294d7b538c9c762cedb9561b3b2c36 /net-analyzer/nfdump/nfdump-1.6.23.ebuild | |
parent | dev-python/flask-security: keyword 4.1.3 for ~riscv (diff) | |
download | gentoo-e78ff1747765da9b82919cad40e123bd83591879.tar.gz gentoo-e78ff1747765da9b82919cad40e123bd83591879.tar.bz2 gentoo-e78ff1747765da9b82919cad40e123bd83591879.zip |
net-analyzer/nfdump: fix autoreconf
Closes: https://bugs.gentoo.org/832420
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-analyzer/nfdump/nfdump-1.6.23.ebuild')
-rw-r--r-- | net-analyzer/nfdump/nfdump-1.6.23.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-analyzer/nfdump/nfdump-1.6.23.ebuild b/net-analyzer/nfdump/nfdump-1.6.23.ebuild index 9c9c2bd847b6..dca53c21054e 100644 --- a/net-analyzer/nfdump/nfdump-1.6.23.ebuild +++ b/net-analyzer/nfdump/nfdump-1.6.23.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -38,6 +38,7 @@ BDEPEND=" PATCHES=( "${FILESDIR}"/${PN}-1.6.19-compiler.patch "${FILESDIR}"/${PN}-1.6.19-libft.patch + "${FILESDIR}"/${PN}-1.6.23-m4-dir.patch ) DOCS=( AUTHORS ChangeLog README.md ) |