Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 12 Aug 2023 01:38:18 GMT
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 8b5437d1a8db - main - graphics/filmulator: unbreak without libomp
Message-ID:  <202308120138.37C1cIRX039029@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202308120138.37C1cIRX039029>