/[ports]
ViewVC logotype

Revision 410810


Jump to revision: Previous Next
Author: jbeich
Date: Fri Mar 11 07:41:18 2016 UTC (8 years, 3 months ago)
Changed paths: 2
Log Message:
mainsysutils/freefilesync: unbreak build on 10.x

error: invalid value 'c++14' in '-std=c++14'

../../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)


Changed paths

Path Details
Directoryhead/sysutils/freefilesync/Makefile modified , text changed
Directoryhead/sysutils/freefilesync/files/patch-zen_file__access.cpp added

  ViewVC Help
Powered by ViewVC 1.1.27