Sophie

Sophie

distrib > Mageia > 8 > i586 > by-pkgid > 60dd3963f4c6e2a7d427fe08cf28eec6 > files > 2

kodi-19.3-1.mga8.src.rpm

--- a/cmake/modules/FindSSE.cmake	2017-08-22 09:29:22.000000000 +0200
+++ b/cmake/modules/FindSSE.cmake	2018-01-06 19:36:32.716303559 +0100
@@ -4,7 +4,7 @@
 
 if(CMAKE_SYSTEM_NAME MATCHES "Linux")
    if(CPU MATCHES "x86_64" OR CPU MATCHES "i.86")
-     exec_program(cat ARGS "/proc/cpuinfo" OUTPUT_VARIABLE CPUINFO)
+     exec_program(cat ARGS "/tmp/cpuinfo" OUTPUT_VARIABLE CPUINFO)
 
      string(REGEX REPLACE "^.*(sse).*$" "\\1" _SSE_THERE ${CPUINFO})
      string(COMPARE EQUAL "sse" "${_SSE_THERE}" _SSE_TRUE)