summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2021-08-22 07:20:37 +0000
committerJan Beich <jbeich@FreeBSD.org>2021-08-22 07:21:22 +0000
commitc350bf15e24eb44eb5576db28322d78bee7ab23b (patch)
tree11f050d7a239ecf4811ed43e285d22dfea0b0ab0
parentmath/normaliz: New port: Tool for computations in affine monoids, vector conf... (diff)
graphics/libjxl: fails to build on powerpc64
third_party/highway/hwy/nanobenchmark.cc:50:10: fatal error: 'sys/platform/ppc.h' file not found #include <sys/platform/ppc.h> // NOLINT __ppc_get_timebase_freq ^~~~~~~~~~~~~~~~~~~~ Reported by: pkg-fallout
-rw-r--r--graphics/libjxl/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/graphics/libjxl/Makefile b/graphics/libjxl/Makefile
index 8de3e64d4913..843bf74a3b54 100644
--- a/graphics/libjxl/Makefile
+++ b/graphics/libjxl/Makefile
@@ -15,6 +15,8 @@ LICENSE_COMB= multi
LICENSE_FILE_BSD3CLAUSE=${WRKSRC}/LICENSE
LICENSE_FILE_ZLIB= ${WRKSRC}/third_party/lodepng/LICENSE
+BROKEN_powerpc64= https://github.com/google/highway/issues/345
+
LIB_DEPENDS= libbrotlienc.so:archivers/brotli
TEST_DEPENDS= googletest>0:devel/googletest