Date: Wed, 27 Apr 2022 13:40:36 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: 32db3f936760 - main - cad/meshlab: check for omp.h on all architectures Message-ID: <202204271340.23RDea9v080385@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=32db3f936760b1571373d69b3752ecc4768af6e2 commit 32db3f936760b1571373d69b3752ecc4768af6e2 Author: Piotr Kubaj <pkubaj@FreeBSD.org> AuthorDate: 2022-04-27 13:22:35 +0000 Commit: Piotr Kubaj <pkubaj@FreeBSD.org> CommitDate: 2022-04-27 13:22:35 +0000 cad/meshlab: check for omp.h on all architectures --- cad/meshlab/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/cad/meshlab/Makefile b/cad/meshlab/Makefile index 354ff9d60f22..4ad1e51e1abe 100644 --- a/cad/meshlab/Makefile +++ b/cad/meshlab/Makefile @@ -26,9 +26,7 @@ QMAKE_SOURCE_PATH= ${WRKSRC}/src/meshlab.pro DOS2UNIX_GLOB= *.c *.cpp *.h -.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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202204271340.23RDea9v080385>