freebsd-ports/net/libpfctl/files/patch-Makefile
Kristof Provost b1767abcb9 net/libpfctl: update main version
FreeBSD main has renamed PF_RT_RPOOL to PF_RT_RPOOL_RDR. Update libpfctl to cope
with this.
Stable branches never had this code, so are not updated.

Reported by:	Olivier Cochard-Labbé <olivier@freebsd.org>
Sponsored by:	Rubicon Communications, LLC ("Netgate")
2024-12-20 23:04:56 +01:00

11 lines
190 B
Text

--- Makefile.orig 2021-04-19 10:09:35 UTC
+++ Makefile
@@ -2,7 +2,8 @@
PACKAGE= lib${LIB}
LIB= pfctl
-INTERNALLIB= true
+SHLIB_MAJOR= 0
+LIBADD+= nv
SRCS= libpfctl.c
INCS= libpfctl.h