aboutsummaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2017-04-26 12:05:00 +0000
committerMartin Wilke <miwi@FreeBSD.org>2017-04-26 12:05:00 +0000
commit3fb5b96f7a7736cc6b6750151ec20605a5a4f86a (patch)
treeb3914e2b4c7bf62a96521d9c6acb59bca48c2d15 /sysutils
parent626d8367a103ade22edd002ff33291a69a8e03a2 (diff)
downloadports-3fb5b96f7a7736cc6b6750151ec20605a5a4f86a.tar.gz
ports-3fb5b96f7a7736cc6b6750151ec20605a5a4f86a.zip
- Fix build with llvm40
Submitted by: Franco Fichtner
Notes
Notes: svn path=/head/; revision=439440
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/freefilesync/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/sysutils/freefilesync/Makefile b/sysutils/freefilesync/Makefile
index 412ed018f7cd..87971efde536 100644
--- a/sysutils/freefilesync/Makefile
+++ b/sysutils/freefilesync/Makefile
@@ -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