Index: head/databases/tarantool/files/patch-cmake-BuildMisc.cmake =================================================================== --- head/databases/tarantool/files/patch-cmake-BuildMisc.cmake (nonexistent) +++ head/databases/tarantool/files/patch-cmake-BuildMisc.cmake (revision 497241) @@ -0,0 +1,17 @@ +--- cmake/BuildMisc.cmake.orig 2018-10-12 19:53:35 UTC ++++ cmake/BuildMisc.cmake +@@ -35,11 +35,11 @@ macro(libmisc_build) + + if (HAVE_OPENMP) + if(BUILD_STATIC) +- set(GOMP_LIBRARY libgomp.a) ++ set(OMP_LIBRARY libomp.a) + else() +- set(GOMP_LIBRARY gomp) ++ set(OMP_LIBRARY omp) + endif() +- target_link_libraries(misc ${GOMP_LIBRARY} pthread) ++ target_link_libraries(misc ${OMP_LIBRARY} pthread) + endif() + + unset(misc_src) Property changes on: head/databases/tarantool/files/patch-cmake-BuildMisc.cmake ___________________________________________________________________ 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