mirror of
https://git.freebsd.org/ports.git
synced 2025-06-23 13:40:34 -04:00
- Always check OPSYS along with OSVERSION
Approved by: portmgr blanket
This commit is contained in:
parent
45c68f6993
commit
c9152bbfbc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=431286
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ PLIST_FILES= sbin/${PORTNAME}
|
|||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} >= 1100030
|
||||
.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1100030
|
||||
BUILD_FLAGS= -DBYTESWAP_IP_FLAGS -DBYTESWAP_IP_LEN
|
||||
.endif
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue