git: 9cce436b5b82 - main - devel/libflatarray: Not broken on systems where OpenMP isn't enabled

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Thu, 04 Aug 2022 16:45:21 UTC
The branch main has been updated by yuri:

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

commit 9cce436b5b82f589178f97e217b2f80eee12a7fd
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2022-08-04 16:44:11 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2022-08-04 16:44:11 +0000

    devel/libflatarray: Not broken on systems where OpenMP isn't enabled
    
    There is no recent fallout after previous fallout-related fixes.
    
    This reverts commit 1144067c530de0a19250cec629bba6bbfc8775b6.
---
 devel/libflatarray/Makefile | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/devel/libflatarray/Makefile b/devel/libflatarray/Makefile
index 20d77dabdde6..ed89666b2aca 100644
--- a/devel/libflatarray/Makefile
+++ b/devel/libflatarray/Makefile
@@ -10,10 +10,6 @@ COMMENT=	Struct of arrays library with object oriented interface for C++
 LICENSE=	BSL
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-.if !exists(/usr/include/omp.h)
-BROKEN=		requires OpenMP support that is missing on this architecture
-.endif
-
 BROKEN_armv7=	test/estimate_optimum_short_vec_type_test.cpp:71:22: error: redefinition of 'expected_arity_for_double'
 
 BUILD_DEPENDS=	boost-libs>=1.48:devel/boost-libs