forked from Lainports/freebsd-ports
graphics/filmulator: unbreak without libomp
This commit is contained in:
parent
02453832c9
commit
8b5437d1a8
1 changed files with 3 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue