Skip to content

Commit

Permalink
graphics/tesseract: add forgotten patch for amd64 / i386
Browse files Browse the repository at this point in the history
  • Loading branch information
pkubaj committed Dec 2, 2021
1 parent 6faa3a6 commit 866d755
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions graphics/tesseract/files/patch-CMakeLists.txt
@@ -0,0 +1,11 @@
--- CMakeLists.txt.orig 2021-12-01 16:27:45 UTC
+++ CMakeLists.txt
@@ -149,7 +149,7 @@ endif()

message("CMAKE_SYSTEM_PROCESSOR=<${CMAKE_SYSTEM_PROCESSOR}>")

-if(CMAKE_SYSTEM_PROCESSOR MATCHES "x86|AMD64")
+if(CMAKE_SYSTEM_PROCESSOR MATCHES "x86|AMD64|amd64|i386")

set(HAVE_NEON FALSE)

0 comments on commit 866d755

Please sign in to comment.