diff options
author | Piotr Kubaj <pkubaj@FreeBSD.org> | 2022-04-18 17:36:27 +0000 |
---|---|---|
committer | Piotr Kubaj <pkubaj@FreeBSD.org> | 2022-04-19 12:09:16 +0000 |
commit | 5e8efa7b112673164547816408ad20e61e80b7d5 (patch) | |
tree | b21fde1e74d533ab0597705e80136369281c2511 | |
parent | dbd305876c5bfd005a6f501aaa1bc286fd149937 (diff) |
graphics/darktable: enable opencl on powerpc64le
-rw-r--r-- | graphics/darktable/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 " |