Disable the IPFILTER bits until they compile again. This can be overriden
by adding WANT_IPFILTER to /etc/make.conf. Note that this is only a partial hack and only works when building the world and kernel the 'sanctioned' way. I hope that this hack is only temporary and can be reverted soon.
This commit is contained in:
parent
a74efe926c
commit
6230360e99
@ -265,6 +265,11 @@ __MAKE_CONF?=/etc/make.conf
|
||||
.include "${__MAKE_CONF}"
|
||||
.endif
|
||||
|
||||
# XXX Hack until IPFILTER is buildable again.
|
||||
.if !defined(WANT_IPFILTER)
|
||||
NO_IPFILTER=
|
||||
.endif
|
||||
|
||||
# Default executable format
|
||||
# XXX hint for bsd.port.mk
|
||||
OBJFORMAT?= elf
|
||||
|
Loading…
Reference in New Issue
Block a user