- Fix build with llvm40

Submitted by:	Franco Fichtner
This commit is contained in:
Martin Wilke 2017-04-26 12:05:00 +00:00
parent 626d8367a1
commit 3fb5b96f7a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=439440

View file

@ -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