about summary refs log tree commit diff
path: root/pkgs/os-specific/bsd/freebsd/patches/13.1/mtree-Makefile.patch
blob: 2a6e560d1d28716f818d67ed4d2262f8522cc448 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- a/contrib/mtree/Makefile	2023-12-04 23:02:13.919144141 -0700
+++ b/contrib/mtree/Makefile		2023-12-04 23:02:58.371810109 -0700
@@ -10,8 +10,8 @@
 SRCS=  compare.c crc.c create.c excludes.c misc.c mtree.c spec.c specspec.c \
        verify.c getid.c pack_dev.c only.c
 .if (${HOSTPROG:U} == "")
-DPADD+= ${LIBUTIL}
-LDADD+= -lutil
+LIBADD+= ${LIBUTIL}
+#LIBADD+= -lutil
 .endif

 CPPFLAGS+=	-I${NETBSDSRCDIR}/sbin/mknod