Date: Tue, 23 Nov 2021 14:56:26 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: 0f25620b5918 - main - graphics/GraphicsMagick: use clang on powerpc64* with openmp Message-ID: <202111231456.1ANEuQNC066248@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=0f25620b591853e6de83761ab274b28f2aed734e commit 0f25620b591853e6de83761ab274b28f2aed734e Author: Piotr Kubaj <pkubaj@FreeBSD.org> AuthorDate: 2021-11-23 14:49:38 +0000 Commit: Piotr Kubaj <pkubaj@FreeBSD.org> CommitDate: 2021-11-23 14:49:38 +0000 graphics/GraphicsMagick: use clang on powerpc64* with openmp OpenMP works fine on powerpc64* with clang. --- graphics/GraphicsMagick/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/graphics/GraphicsMagick/Makefile b/graphics/GraphicsMagick/Makefile index 5890928ca1fc..a2c2c4526d31 100644 --- a/graphics/GraphicsMagick/Makefile +++ b/graphics/GraphicsMagick/Makefile @@ -77,7 +77,7 @@ ZSTD_LIB_DEPENDS= libzstd.so:archivers/zstd .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MOPENMP} -.if ${ARCH} != aarch64 && ${ARCH} != amd64 +.if ${ARCH} != aarch64 && ${ARCH} != amd64 && ${ARCH} != powerpc64 && ${ARCH} != powerpc64le USES+= compiler:gcc-c++11-lib .endif .endif
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202111231456.1ANEuQNC066248>