Index: head/devel/protobuf/files/patch-src-google-protobuf-stubs-port.h =================================================================== --- head/devel/protobuf/files/patch-src-google-protobuf-stubs-port.h (nonexistent) +++ head/devel/protobuf/files/patch-src-google-protobuf-stubs-port.h (revision 448493) @@ -0,0 +1,16 @@ +--- src/google/protobuf/stubs/port.h.orig 2017-08-15 23:39:12 UTC ++++ src/google/protobuf/stubs/port.h +@@ -256,8 +256,11 @@ static const uint64 kuint64max = GOOGLE_ + # define GOOGLE_PROTOBUF_USE_UNALIGNED 0 + #else + // x86 and x86-64 can perform unaligned loads/stores directly. +-# define GOOGLE_PROTOBUF_USE_UNALIGNED defined(_M_X64) || \ +- defined(__x86_64__) || defined(_M_IX86) || defined(__i386__) ++# if defined(_M_X64) || defined(__x86_64__) || defined(_M_IX86) || defined(__i386__) ++# define GOOGLE_PROTOBUF_USE_UNALIGNED 1 ++# else ++# define GOOGLE_PROTOBUF_USE_UNALIGNED 0 ++# endif + #endif + + #if GOOGLE_PROTOBUF_USE_UNALIGNED Property changes on: head/devel/protobuf/files/patch-src-google-protobuf-stubs-port.h ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ 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