Index: head/sysutils/synergy/files/patch-src_lib_common_common.h =================================================================== --- head/sysutils/synergy/files/patch-src_lib_common_common.h (nonexistent) +++ head/sysutils/synergy/files/patch-src_lib_common_common.h (revision 460499) @@ -0,0 +1,11 @@ +--- src/lib/common/common.h.orig 2018-01-28 08:03:58.996880000 -0800 ++++ src/lib/common/common.h 2018-01-28 08:04:48.899097000 -0800 +@@ -137,7 +137,7 @@ + #include + + // if not c++0x, future proof code by allowing use of nullptr +-#ifndef nullptr ++#if __cplusplus < 201103L + # define nullptr NULL + #endif + Property changes on: head/sysutils/synergy/files/patch-src_lib_common_common.h ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1,2 ## +yes +\ No newline at end of property \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property