aboutsummaryrefslogtreecommitdiff
path: root/misc/mnn/files/patch-CMakeLists.txt
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2020-09-20 21:07:56 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2020-09-20 21:07:56 +0000
commit67921cf4254f627872038d47ed9b19c10fe8524a (patch)
tree4656d04e1ee31a2f784332cad96c23ae9c8ce895 /misc/mnn/files/patch-CMakeLists.txt
parentba36d24c5287ab4b2e80250f40ed0b3dc496b69e (diff)
downloadports-67921cf4254f627872038d47ed9b19c10fe8524a.tar.gz
ports-67921cf4254f627872038d47ed9b19c10fe8524a.zip
MFH: r549125
misc/mnn: Fix build on 13 by unbundling Flatbuffers The bundled Flatbuffers was failing to build on 13 for some reason. Reported by: fallout Approved by: ports-secteam (joneum)
Notes
Notes: svn path=/branches/2020Q3/; revision=549394
Diffstat (limited to 'misc/mnn/files/patch-CMakeLists.txt')
-rw-r--r--misc/mnn/files/patch-CMakeLists.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/misc/mnn/files/patch-CMakeLists.txt b/misc/mnn/files/patch-CMakeLists.txt
new file mode 100644
index 000000000000..d690a6beaf55
--- /dev/null
+++ b/misc/mnn/files/patch-CMakeLists.txt
@@ -0,0 +1,10 @@
+--- CMakeLists.txt.orig 2020-09-20 17:36:43 UTC
++++ CMakeLists.txt
+@@ -268,7 +268,6 @@ include_directories(${CMAKE_CURRENT_LIST_DIR}/include/
+ ${CMAKE_CURRENT_LIST_DIR}/source/
+ ${CMAKE_CURRENT_LIST_DIR}/schema/current/
+ ${CMAKE_CURRENT_LIST_DIR}/3rd_party/
+- ${CMAKE_CURRENT_LIST_DIR}/3rd_party/flatbuffers/include
+ ${CMAKE_CURRENT_LIST_DIR}/3rd_party/half
+ ${CMAKE_CURRENT_LIST_DIR}/3rd_party/imageHelper
+ ${CMAKE_CURRENT_LIST_DIR}/3rd_party/OpenCLHeaders/