git: 63b733665a04 - main - graphics/ebsynth: check for omp.h on all architectures

From: Piotr Kubaj <pkubaj_at_FreeBSD.org>
Date: Wed, 27 Apr 2022 13:40:19 UTC
The branch main has been updated by pkubaj:

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

commit 63b733665a04bf4794ef7602c1de4bdc742f3c95
Author:     Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2022-04-27 13:21:57 +0000
Commit:     Piotr Kubaj <pkubaj@FreeBSD.org>
CommitDate: 2022-04-27 13:21:57 +0000

    graphics/ebsynth: check for omp.h on all architectures
---
 graphics/ebsynth/Makefile | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/graphics/ebsynth/Makefile b/graphics/ebsynth/Makefile
index 724761c24d20..78bcc19637f9 100644
--- a/graphics/ebsynth/Makefile
+++ b/graphics/ebsynth/Makefile
@@ -14,9 +14,7 @@ GH_TAGNAME=	2f5c97c0c21a
 
 PLIST_FILES=	bin/ebsynth
 
-.include <bsd.port.options.mk>
-
-.if ${ARCH} == powerpc
+.if !exists(/usr/include/omp.h)
 USES=		compiler:gcc-c++11-lib
 .else
 USES=		compiler:c++11-lang