diff options
author | Dries Michiels <driesm.michiels@gmail.com> | 2021-10-31 13:21:37 +0900 |
---|---|---|
committer | Yasuhiro Kimura <yasu@FreeBSD.org> | 2021-10-31 13:21:37 +0900 |
commit | 9e078ab7b7515a325c0ce7b6089e638e8ce0e63c (patch) | |
tree | 39d1ad7ba6740061406266e92418da66f5e46d9c /net/dhcpcd/files/patch-tests_eloop-bench_Makefile | |
parent | multimedia/gmp-api: update to 92 (diff) |
net/dhcpcd: Fix build when TOP environment viriable is set
PR: 253270
Reported by: Volodymyr Kostyrko
Diffstat (limited to 'net/dhcpcd/files/patch-tests_eloop-bench_Makefile')
-rw-r--r-- | net/dhcpcd/files/patch-tests_eloop-bench_Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/net/dhcpcd/files/patch-tests_eloop-bench_Makefile b/net/dhcpcd/files/patch-tests_eloop-bench_Makefile new file mode 100644 index 000000000000..7e5cb9ac750a --- /dev/null +++ b/net/dhcpcd/files/patch-tests_eloop-bench_Makefile @@ -0,0 +1,8 @@ +--- tests/eloop-bench/Makefile.orig 2020-12-28 12:59:20 UTC ++++ tests/eloop-bench/Makefile +@@ -1,4 +1,4 @@ +-TOP?= ../.. ++TOP= ../.. + include ${TOP}/iconfig.mk + + PROG= eloop-bench |