K 10 svn:author V 7 sunpoet K 8 svn:date V 27 2014-08-17T18:56:58.470478Z K 7 svn:log V 587 - Use USES=compiler:c11 9.3-RELEASE users may encounter build failure due to incorrect cast for _mm_srli_epi64(__A, __B) in emmintrin.h of base gcc. This was fixed in r269948 (head) and MFC'd to stable/9 and stable/10 in r270099. However, 9.3-RELEASE users do not benefit from the fix. In order to solve this problem. We use clang or newer gcc from ports to build this port. Reference: https://svnweb.freebsd.org/base?view=revision&revision=269948 PR: ports/192600 [1], ports/192637 [2] Submitted by: mandree [1], Vladimir Chukharev [2] Thanks to: dim END