Index: head/multimedia/shotcut/files/patch-src_spatialmedia_constants.h =================================================================== --- head/multimedia/shotcut/files/patch-src_spatialmedia_constants.h (nonexistent) +++ head/multimedia/shotcut/files/patch-src_spatialmedia_constants.h (revision 550729) @@ -0,0 +1,19 @@ +--- src/spatialmedia/constants.h.orig 2020-09-20 19:10:00 UTC ++++ src/spatialmedia/constants.h +@@ -19,6 +19,7 @@ + + #include + #include ++#include + + #include + #if defined(Q_OS_WIN) || defined(Q_OS_MAC) +@@ -34,6 +35,8 @@ + # define htole64(x) qtoLittleEndian(x) + # define be64toh(x) qFromBigEndian(x) + # define le64toh(x) qFromLittleEndian(x) ++#elif defined(__FreeBSD__) ++# include + #else + # include + #endif Property changes on: head/multimedia/shotcut/files/patch-src_spatialmedia_constants.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