mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
net-mgmt/tcpreplay: Add Makefile patch
PR: 277965 Reported by: mew14930xvi <mew14930xvi@inbox.lv> Approved by: garga (mentor, implicit)
This commit is contained in:
parent
6db9adf118
commit
9c997730e0
1 changed files with 11 additions and 0 deletions
11
net-mgmt/tcpreplay/files/patch-Makefile.in
Normal file
11
net-mgmt/tcpreplay/files/patch-Makefile.in
Normal file
|
@ -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
|
Loading…
Add table
Reference in a new issue