summaryrefslogtreecommitdiff
path: root/net-analyzer/nfdump/files/nfdump-1.6.23-m4-dir.patch
diff options
context:
space:
mode:
Diffstat (limited to 'net-analyzer/nfdump/files/nfdump-1.6.23-m4-dir.patch')
-rw-r--r--net-analyzer/nfdump/files/nfdump-1.6.23-m4-dir.patch19
1 files changed, 0 insertions, 19 deletions
diff --git a/net-analyzer/nfdump/files/nfdump-1.6.23-m4-dir.patch b/net-analyzer/nfdump/files/nfdump-1.6.23-m4-dir.patch
deleted file mode 100644
index ac25ee094653..000000000000
--- a/net-analyzer/nfdump/files/nfdump-1.6.23-m4-dir.patch
+++ /dev/null
@@ -1,19 +0,0 @@
-Variant sent upstream (configure.ac hunk irrelevant now): https://github.com/phaag/nfdump/pull/336
-https://bugs.gentoo.org/832420
---- a/Makefile.am
-+++ b/Makefile.am
-@@ -1,3 +1,4 @@
-+ACLOCAL_AMFLAGS = -I m4
-
- SUBDIRS = . bin man doc
-
---- a/configure.ac
-+++ b/configure.ac
-@@ -7,6 +7,7 @@ AC_INIT(nfdump, 1.6.23, peter@people.ops-trust.net)
-
- AC_CONFIG_HEADER([config.h])
- AM_INIT_AUTOMAKE([subdir-objects])
-+AC_CONFIG_MACRO_DIR([m4])
-
- # Checks for programs.
- AX_CHECK_C11