- Fix build with llvm40
Submitted by: Franco Fichtner
This commit is contained in:
parent
626d8367a1
commit
3fb5b96f7a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=439440
1 changed files with 1 additions and 0 deletions
|
@ -35,6 +35,7 @@ post-patch:
|
|||
@${REINPLACE_CMD} -e 's|<sys/vfs.h>|<sys/mount.h>|' \
|
||||
${WRKDIR}/zen/file_access.cpp
|
||||
@${REINPLACE_CMD} -e 's|WEXITSTATUS||' ${WRKDIR}/zen/shell_execute.h
|
||||
@${REINPLACE_CMD} -e 's| noexcept;|;|' ${WRKDIR}/zen/scope_guard.h
|
||||
@${REINPLACE_CMD} -e 's|CLOCK_MONOTONIC_RAW|CLOCK_MONOTONIC|' \
|
||||
${WRKDIR}/zen/tick_count.h
|
||||
|
||||
|
|
Loading…
Reference in a new issue