A version of <sys/endian.h> in RELENG_4 doesn't have 64-bit functions.
Spotted by: simokawa
This commit is contained in:
parent
261178d14f
commit
afb5bd3a4b
@ -10,7 +10,7 @@ INCS=
|
||||
BOOTSTRAPPING?= 0
|
||||
|
||||
# Some tools need <sys/endian.h>.
|
||||
.if !exists(/usr/include/sys/endian.h)
|
||||
.if !exists(/usr/include/sys/endian.h) || ${BOOTSTRAPPING} < 500000
|
||||
INCSGROUPS+= SYSHDRS
|
||||
SYSHDRS= endian.h
|
||||
SYSHDRSDIR= ${INCLUDEDIR}/sys
|
||||
|
Loading…
Reference in New Issue
Block a user