Skip to content
Snippets Groups Projects
Commit 546c4b1f authored by Piotr Kubaj's avatar Piotr Kubaj
Browse files

graphics/luminance-qt5: fix build without libomp

CMake Error at /usr/local/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:230 (message):
  Could NOT find OpenMP_C (missing: OpenMP_C_FLAGS OpenMP_C_LIB_NAMES)
parent 924df611
Branches
Tags
No related merge requests found
......@@ -41,6 +41,10 @@ HELPBROWSER_DESC= Build help browser (requires QtWebEngine)
HELPBROWSER_USE= QT=webchannel,webengine
HELPBROWSER_CMAKE_BOOL= WITH_HELPBROWSER
.if !exists(/usr/include/omp.h)
USES+= compiler:gcc-c++11-lib
.endif
.include <bsd.port.options.mk>
post-patch:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment