git: 65ee78dfdae9 - main - devel/thrust: allow to build without GCC

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

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

commit 65ee78dfdae9be59d9716373e10e69eaf6a2ac23
Author:     Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2023-08-11 17:06:11 +0000
Commit:     Piotr Kubaj <pkubaj@FreeBSD.org>
CommitDate: 2023-08-12 01:37:46 +0000

    devel/thrust: allow to build without GCC
---
 devel/thrust/Makefile | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/devel/thrust/Makefile b/devel/thrust/Makefile
index 8d531b5ed043..b10781a74c35 100644
--- a/devel/thrust/Makefile
+++ b/devel/thrust/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	thrust
 DISTVERSION=	1.9.5
+PORTREVISION=	1
 CATEGORIES=	devel
 
 MAINTAINER=	yuri@FreeBSD.org
@@ -10,9 +11,6 @@ LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
 USES=		cmake
-.if !exists(/usr/include/omp.h)
-USES+=		compiler:gcc-c++11-lib
-.endif
 USE_GITHUB=	yes
 
 NO_ARCH=	yes