The wicontrol ioctls are no longer available from 7.x.
This commit is contained in:
parent
b9eac2c978
commit
41f9fdd037
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=195445
1 changed files with 3 additions and 0 deletions
|
@ -36,6 +36,9 @@ MAKE_ENV= PREFIX=${LOCALBASE} USE_GTK=0
|
|||
.if ${OSVERSION} < 501107
|
||||
IGNORE= requires newer kernel sources
|
||||
.endif
|
||||
.if ${OSVERSION} > 700045
|
||||
IGNORE= is not supported on FreeBSD 7.X and later
|
||||
.endif
|
||||
|
||||
post-patch:
|
||||
# Abovementioned header was removed. Patch for it.
|
||||
|
|
Loading…
Reference in a new issue