summaryrefslogtreecommitdiff
path: root/net/dhcpcd/files/patch-src_Makefile
diff options
context:
space:
mode:
authorDries Michiels <driesm.michiels@gmail.com>2021-10-31 13:21:37 +0900
committerYasuhiro Kimura <yasu@FreeBSD.org>2021-10-31 13:21:37 +0900
commit9e078ab7b7515a325c0ce7b6089e638e8ce0e63c (patch)
tree39d1ad7ba6740061406266e92418da66f5e46d9c /net/dhcpcd/files/patch-src_Makefile
parentmultimedia/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-src_Makefile')
-rw-r--r--net/dhcpcd/files/patch-src_Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/net/dhcpcd/files/patch-src_Makefile b/net/dhcpcd/files/patch-src_Makefile
new file mode 100644
index 000000000000..35217a33629b
--- /dev/null
+++ b/net/dhcpcd/files/patch-src_Makefile
@@ -0,0 +1,11 @@
+--- src/Makefile.orig 2021-09-10 17:26:01 UTC
++++ src/Makefile
+@@ -8,7 +8,7 @@ SRCS+= dhcp-common.c script.c
+ CFLAGS?= -O2
+ SUBDIRS+= ${MKDIRS}
+
+-TOP?= ..
++TOP= ..
+ include ${TOP}/iconfig.mk
+
+ CSTD?= c99