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

graphics/filmulator: unbreak without libomp

parent 02453832
No related branches found
No related tags found
No related merge requests found
......@@ -10,10 +10,6 @@ WWW= https://filmulator.org/
LICENSE= GPLv3+
.if !exists(/usr/include/omp.h)
BROKEN= requires OpenMP support that is missing on this architecture
.endif
LIB_DEPENDS= libcurl.so:ftp/curl \
libexiv2.so:graphics/exiv2 \
liblensfun.so:graphics/lensfun \
......@@ -22,6 +18,9 @@ LIB_DEPENDS= libcurl.so:ftp/curl \
libtiff.so:graphics/tiff
USES= cmake jpeg libarchive pkgconfig qt:5
.if !exists(/usr/include/omp.h)
USES+= compiler:gcc-c++11-lib
.endif
USE_GITHUB= yes
USE_QT= buildtools:build qmake:build core declarative gui \
network sql widgets
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment