freebsd-ports/audio/opus-tools/files
Christian Weisgerber 7070ad766e On i386, setting CPUTYPE=pentium-m or such will cause __SSE__ to
appear.  This in turn triggers an #ifdef branch that tries to include
<cpuid.h>, but gcc on 9.x doesn't have that header.  Make
query_cpu_support() skip cpuid and always return 0 as it is only
used for a sanity check that we don't need.

PR:		195881
2014-12-31 15:46:11 +00:00
..
patch-src_cpusupport.h