python312Packages.vdf: avoid using pname for src.repo
[NixPkgs.git] / pkgs / os-specific / bsd / freebsd / patches / 13.1 / libnetbsd-do-install.patch
bloba7bd032d2be54ba8425493b6cf0d67fc51791ae1
1 diff --git a/Makefile b/Makefile
2 index 22710f3d933..22effc848cf 100644
3 --- a/lib/libnetbsd/Makefile
4 +++ b/lib/libnetbsd/Makefile
5 @@ -9,6 +9,26 @@ CFLAGS+= -I${.CURDIR}
7 SRCS+= efun.c sockaddr_snprintf.c strsuftoll.c util.c util.h
9 -INTERNALLIB=
10 +INCSGROUPS= INCS SYSINCS NETINETINCS
12 +INCS+= \
13 + glob.h \
14 + pthread.h \
15 + rmd160.h \
16 + sha1.h \
17 + sha2.h \
18 + stdlib.h \
19 + util.h
21 +SYSINCSDIR= ${INCLUDEDIR}/sys
22 +SYSINCS+= \
23 + sys/cdefs.h \
24 + sys/event.h \
25 + sys/types.h \
26 + sys/wait.h
28 +NETINETINCSDIR= ${INCLUDEDIR}/netinet
29 +NETINETINCS+= \
30 + netinet/in.h
32 .include <bsd.lib.mk>