python312Packages.vdf: avoid using pname for src.repo
[NixPkgs.git] / pkgs / os-specific / bsd / freebsd / patches / 13.1 / mtree-Makefile.patch
blob2a6e560d1d28716f818d67ed4d2262f8522cc448
1 --- a/contrib/mtree/Makefile 2023-12-04 23:02:13.919144141 -0700
2 +++ b/contrib/mtree/Makefile 2023-12-04 23:02:58.371810109 -0700
3 @@ -10,8 +10,8 @@
4 SRCS= compare.c crc.c create.c excludes.c misc.c mtree.c spec.c specspec.c \
5 verify.c getid.c pack_dev.c only.c
6 .if (${HOSTPROG:U} == "")
7 -DPADD+= ${LIBUTIL}
8 -LDADD+= -lutil
9 +LIBADD+= ${LIBUTIL}
10 +#LIBADD+= -lutil
11 .endif
13 CPPFLAGS+= -I${NETBSDSRCDIR}/sbin/mknod