mirror of
https://github.com/netbirdio/FreeBSD-ports.git
synced 2026-05-22 18:42:42 -07:00
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")
12 lines
190 B
Plaintext
12 lines
190 B
Plaintext
--- 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
|