git: 8b5437d1a8db - main - graphics/filmulator: unbreak without libomp
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 12 Aug 2023 01:38:18 UTC
The branch main has been updated by pkubaj: URL: https://cgit.FreeBSD.org/ports/commit/?id=8b5437d1a8db6885da775f150c1e5f79f9e5d1d8 commit 8b5437d1a8db6885da775f150c1e5f79f9e5d1d8 Author: Piotr Kubaj <pkubaj@FreeBSD.org> AuthorDate: 2023-08-11 16:58:47 +0000 Commit: Piotr Kubaj <pkubaj@FreeBSD.org> CommitDate: 2023-08-12 01:37:45 +0000 graphics/filmulator: unbreak without libomp --- graphics/filmulator/Makefile | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/graphics/filmulator/Makefile b/graphics/filmulator/Makefile index e1d490bd203a..a5a6ff9753ec 100644 --- a/graphics/filmulator/Makefile +++ b/graphics/filmulator/Makefile @@ -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