Index: graphics/s2/files/patch-src_s2_third__party_absl_base_internal_unaligned__access.h =================================================================== --- graphics/s2/files/patch-src_s2_third__party_absl_base_internal_unaligned__access.h (nonexistent) +++ graphics/s2/files/patch-src_s2_third__party_absl_base_internal_unaligned__access.h (working copy) @@ -0,0 +1,22 @@ +--- src/s2/third_party/absl/base/internal/unaligned_access.h.orig 2020-11-11 19:42:32 UTC ++++ src/s2/third_party/absl/base/internal/unaligned_access.h +@@ -286,8 +286,8 @@ inline uint32_t UnalignedLoad32(const void *p) { + return t; + } + +-inline uint64 UnalignedLoad64(const void *p) { +- uint64 t; ++inline uint64_t UnalignedLoad64(const void *p) { ++ uint64_t t; + memcpy(&t, p, sizeof t); + return t; + } +@@ -296,7 +296,7 @@ inline void UnalignedStore16(void *p, uint16_t v) { me + + inline void UnalignedStore32(void *p, uint32_t v) { memcpy(p, &v, sizeof v); } + +-inline void UnalignedStore64(void *p, uint64 v) { memcpy(p, &v, sizeof v); } ++inline void UnalignedStore64(void *p, uint64_t v) { memcpy(p, &v, sizeof v); } + + } // namespace base_internal + } // namespace absl Property changes on: graphics/s2/files/patch-src_s2_third__party_absl_base_internal_unaligned__access.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:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property