diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2016-03-11 10:42:54 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2016-03-11 10:42:54 +0000 |
commit | bd250ce6b8b8e6ba6c8f9f9156b94d3eb3ed9a0d (patch) | |
tree | 23f79c8d030b0fd17a5fab08039cab54f9b2496f /java/openjdk6 | |
parent | Allow overriding WRKSRC for USES=dos2unix (diff) |
sysutils/freefilesync: unbreak build on 10.x (partially r410810)
../../zen/file_access.cpp:893:15: error: no member named 'futimens' in the global namespace
if (::futimens(fdFile, newTimes) != 0)
~~^
../../zen/file_access.cpp:898:15: error: no member named 'utimensat' in the global namespace
if (::utimensat(AT_FDCWD, filePath.c_str(), newTimes, AT_SYMLINK_NOFOLLOW) != 0)
~~^
2 errors generated.
PR: 207879
Reported by: pkg-fallout
Approved by: kevlo (maintainer, previous version)
Reviewed by: portmgr (mat)
Notes
Notes:
svn path=/head/; revision=410820
Diffstat (limited to 'java/openjdk6')
0 files changed, 0 insertions, 0 deletions