Fix ${OSVERSION} condition.
Pointed out by: Gergely CZUCZY
This commit is contained in:
parent
c82f528fb2
commit
57b4ce0294
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=208709
@ -34,7 +34,7 @@ post-patch:
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} < 503105 || ${OSVERSION} < 600014
|
||||
.if ${OSVERSION} < 503105 || (${OSVERSION} >= 600000 && ${OSVERSION} < 600014)
|
||||
IGNORE= can not be built. Your system has broken vswprintf(3) function
|
||||
.endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user