svn commit: r439440 - head/sysutils/freefilesync

Martin Wilke miwi at FreeBSD.org
Wed Apr 26 12:05:01 UTC 2017


Author: miwi
Date: Wed Apr 26 12:05:00 2017
New Revision: 439440
URL: https://svnweb.freebsd.org/changeset/ports/439440

Log:
  - Fix build with llvm40
  
  Submitted by:	Franco Fichtner

Modified:
  head/sysutils/freefilesync/Makefile

Modified: head/sysutils/freefilesync/Makefile
==============================================================================
--- head/sysutils/freefilesync/Makefile	Wed Apr 26 12:02:40 2017	(r439439)
+++ head/sysutils/freefilesync/Makefile	Wed Apr 26 12:05:00 2017	(r439440)
@@ -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
 


More information about the svn-ports-all mailing list