Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 19 Apr 2022 12:09:29 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: 5e8efa7b1126 - main - graphics/darktable: enable opencl on powerpc64le
Message-ID:  <202204191209.23JC9ToM076512@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=5e8efa7b112673164547816408ad20e61e80b7d5

commit 5e8efa7b112673164547816408ad20e61e80b7d5
Author:     Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2022-04-18 17:36:27 +0000
Commit:     Piotr Kubaj <pkubaj@FreeBSD.org>
CommitDate: 2022-04-19 12:09:16 +0000

    graphics/darktable: enable opencl on powerpc64le
---
 graphics/darktable/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/graphics/darktable/Makefile b/graphics/darktable/Makefile
index b6716a8d18ec..3e6d39faab1d 100644
--- a/graphics/darktable/Makefile
+++ b/graphics/darktable/Makefile
@@ -119,7 +119,7 @@ WEBP_CMAKE_BOOL=	USE_WEBP
 
 .include <bsd.port.options.mk>
 
-.if ${ARCH} == aarch64 || ${ARCH} == powerpc64le
+.if ${ARCH} == aarch64
 CMAKE_ARGS+=	-DUSE_OPENCL:BOOL=OFF
 CXXFLAGS+=	-DGDK_DISABLE_DEPRECATED
 PLIST_SUB+=	NO_OPENCL="@comment "



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202204191209.23JC9ToM076512>