Import upstream revisions r2258-r2260: do not use -I${LOCALBASE}/include
by default when option NG_IPACCT is off. If NG_IPACCT is on,
use -nostdinc to force needed header inclusion order to force
usage of base system libssl.
Bump PORTREVISION as package can change if built with default options
when net-mgmt/ng_ipacct is installed.
PR: 233471
11 lines
267 B
Plaintext
11 lines
267 B
Plaintext
--- src/Makefile.orig 2018-11-25 14:23:23.317174000 +0700
|
|
+++ src/Makefile 2018-11-25 14:26:24.356555000 +0700
|
|
@@ -56,7 +56,6 @@
|
|
USE_NG_BPF= yes
|
|
USE_NG_CAR= yes
|
|
USE_NG_DEFLATE= yes
|
|
-USE_NG_IPACCT= yes
|
|
USE_NG_MPPC= yes
|
|
USE_NG_NAT= yes
|
|
USE_NG_NETFLOW= yes
|