Index: head/multimedia/x265/files/patch-rdtsc =================================================================== --- head/multimedia/x265/files/patch-rdtsc (nonexistent) +++ head/multimedia/x265/files/patch-rdtsc (revision 431776) @@ -0,0 +1,9 @@ +--- test/testharness.h 2016-12-23 00:57:39.000000000 -0500 ++++ test/testharness.h 2017-01-17 15:46:38.623298000 -0500 +@@ -69,5 +69,5 @@ + #elif HAVE_RDTSC + #include +-#elif defined(__GNUC__) ++#elif defined(__GNUC__) && (!defined(__clang__) || __clang_major__ < 4) + /* fallback for older GCC/MinGW */ + static inline uint32_t __rdtsc(void) Property changes on: head/multimedia/x265/files/patch-rdtsc ___________________________________________________________________ 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