Index: head/graphics/opencv/files/patch-modules_core_include_opencv2_core_cv__cpu__dispatch.h =================================================================== --- head/graphics/opencv/files/patch-modules_core_include_opencv2_core_cv__cpu__dispatch.h (nonexistent) +++ head/graphics/opencv/files/patch-modules_core_include_opencv2_core_cv__cpu__dispatch.h (revision 553099) @@ -0,0 +1,26 @@ +--- modules/core/include/opencv2/core/cv_cpu_dispatch.h.orig 2020-10-23 01:17:26 UTC ++++ modules/core/include/opencv2/core/cv_cpu_dispatch.h +@@ -108,10 +108,10 @@ + #endif + + #if defined(__VSX__) && defined(__PPC64__) && defined(__LITTLE_ENDIAN__) +-# include + # undef vector + # undef pixel + # undef bool ++# include + # define CV_VSX 1 + #endif + +@@ -152,10 +152,10 @@ struct VZeroUpperGuard { + # include + # define CV_NEON 1 + #elif defined(__VSX__) && defined(__PPC64__) && defined(__LITTLE_ENDIAN__) +-# include + # undef vector + # undef pixel + # undef bool ++# include + # define CV_VSX 1 + #endif + Property changes on: head/graphics/opencv/files/patch-modules_core_include_opencv2_core_cv__cpu__dispatch.h ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property