mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
- Allow building ZoL on 12-STABLE after 1200504
This commit is contained in:
parent
e162f42e94
commit
476f120c3d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=495789
@ -25,8 +25,8 @@ GCOV_DESC= Build kernel module with GCOV support (Requires gcc)
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} < 1300013
|
||||
IGNORE= needs FreeBSD 13 with AES-CCM support
|
||||
.if (${OSVERSION} < 1200504) || (${OSVERSION} >= 1300000 && ${OSVERSION} < 1300013)
|
||||
IGNORE= needs FreeBSD 12/13 with AES-CCM support
|
||||
.endif
|
||||
|
||||
.if ${PORT_OPTIONS:MDEBUG}
|
||||
|
@ -27,8 +27,8 @@ GH_TAGNAME= 804ee5
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} < 1300013
|
||||
IGNORE= needs FreeBSD 13 with AES-CCM support
|
||||
.if (${OSVERSION} < 1200504) || (${OSVERSION} >= 1300000 && ${OSVERSION} < 1300013)
|
||||
IGNORE= needs FreeBSD 12/13 with AES-CCM support
|
||||
.endif
|
||||
|
||||
.if ${PORT_OPTIONS:MDEBUG}
|
||||
|
Loading…
Reference in New Issue
Block a user