forked from Lainports/freebsd-ports
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")
11 lines
190 B
Text
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
|