Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 12 Aug 2023 01:38:17 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: 02453832c99d - main - graphics/gmic-qt: allow to build without GCC
Message-ID:  <202308120138.37C1cHoi038987@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=02453832c99d3eeca3a6fdd4c721fe30ca35b3c6

commit 02453832c99d3eeca3a6fdd4c721fe30ca35b3c6
Author:     Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2023-08-11 16:52:33 +0000
Commit:     Piotr Kubaj <pkubaj@FreeBSD.org>
CommitDate: 2023-08-12 01:37:45 +0000

    graphics/gmic-qt: allow to build without GCC
---
 graphics/gmic-qt/Makefile | 8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)

diff --git a/graphics/gmic-qt/Makefile b/graphics/gmic-qt/Makefile
index c216f2858d8d..aebe3d8e1dbd 100644
--- a/graphics/gmic-qt/Makefile
+++ b/graphics/gmic-qt/Makefile
@@ -1,6 +1,7 @@
 PORTNAME=	gmic-qt
 DISTVERSIONPREFIX=	v.
 DISTVERSION=	3.2.6
+PORTREVISION=	1
 PORTEPOCH=	1
 CATEGORIES=	graphics kde
 MASTER_SITES=	http://gmic.eu/:stdlib \
@@ -26,12 +27,7 @@ FLAVORS=	none gimp # reflect the value of GMIC_QT_HOST for simplicity
 FLAVOR?=	${FLAVORS:[1]}
 gimp_PKGNAMESUFFIX=	-gimp
 
-USES=		cmake pkgconfig qt:5 shebangfix xorg
-.if !exists(/usr/include/omp.h)
-USES+=		compiler:gcc-c++11-lib
-.else
-USES+=		compiler:c++14-lang
-.endif
+USES=		cmake compiler:c++14-lang pkgconfig qt:5 shebangfix xorg
 USE_QT=		core gui network widgets \
 		buildtools:build linguisttools:build qmake:build
 USE_XORG=	ice sm x11 xext



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