git: 9c997730e099 - main - net-mgmt/tcpreplay: Add Makefile patch
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 26 Mar 2024 03:54:19 UTC
The branch main has been updated by dutra: URL: https://cgit.FreeBSD.org/ports/commit/?id=9c997730e0996e2c9c397185df568efcf1ec9611 commit 9c997730e0996e2c9c397185df568efcf1ec9611 Author: mew14930xvi <mew14930xvi@inbox.lv> AuthorDate: 2024-03-26 03:52:13 +0000 Commit: Gabriel M. Dutra <dutra@FreeBSD.org> CommitDate: 2024-03-26 03:53:31 +0000 net-mgmt/tcpreplay: Add Makefile patch PR: 277965 Reported by: mew14930xvi <mew14930xvi@inbox.lv> Approved by: garga (mentor, implicit) --- net-mgmt/tcpreplay/files/patch-Makefile.in | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/net-mgmt/tcpreplay/files/patch-Makefile.in b/net-mgmt/tcpreplay/files/patch-Makefile.in new file mode 100644 index 000000000000..39a566da5eae --- /dev/null +++ b/net-mgmt/tcpreplay/files/patch-Makefile.in @@ -0,0 +1,11 @@ +--- Makefile.in.orig 2022-02-05 21:30:36 UTC ++++ Makefile.in +@@ -892,7 +892,7 @@ autoopts: + + test: + echo Making test in $(TEST_DIR) +- cd $(TEST_DIR) && make test ++ cd $(TEST_DIR) && gmake test + + dlt_names: + cat @SAVEFILE_C@ | $(top_builddir)/scripts/dlt2name.pl src/dlt_names.h