git: e6c43994364b - main - math/amgcl: allow to build without GCC

From: Piotr Kubaj <pkubaj_at_FreeBSD.org>
Date: Sat, 12 Aug 2023 01:38:12 UTC
The branch main has been updated by pkubaj:

URL: https://cgit.FreeBSD.org/ports/commit/?id=e6c43994364b0c0eeb29e28084b655ff916e424e

commit e6c43994364b0c0eeb29e28084b655ff916e424e
Author:     Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2023-08-11 14:28:59 +0000
Commit:     Piotr Kubaj <pkubaj@FreeBSD.org>
CommitDate: 2023-08-12 01:37:43 +0000

    math/amgcl: allow to build without GCC
---
 math/amgcl/Makefile | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/math/amgcl/Makefile b/math/amgcl/Makefile
index f36efd4b96ae..3b0b61405920 100644
--- a/math/amgcl/Makefile
+++ b/math/amgcl/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	amgcl
 DISTVERSION=	1.4.3
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	math
 
 MAINTAINER=	yuri@FreeBSD.org
@@ -14,10 +14,6 @@ BUILD_DEPENDS=	boost-libs>0:devel/boost-libs
 RUN_DEPENDS=	${PREFIX}/include/boost/property_tree/ptree.hpp:devel/boost-libs
 
 USES=		cmake
-.if !exists(/usr/include/omp.h)
-USES+=		compiler:gcc-c++11-lib
-.endif
-
 USE_GITHUB=	yes
 GH_ACCOUNT=	ddemidov