aboutsummaryrefslogtreecommitdiff
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:22:32 +0000
commit7c5e84bb15cf4fc7c6b0388a28e9eb9711093583 (patch)
tree2d9dbdf403774f3da53ec1cedd40d0acd551b963
parent1ccf050bb8a8e6458a6589e6e62d76e3778238c2 (diff)
downloadports-7c5e84bb15cf4fc7c6b0388a28e9eb9711093583.tar.gz
ports-7c5e84bb15cf4fc7c6b0388a28e9eb9711093583.zip
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 (cherry picked from commit c350bf15e24eb44eb5576db28322d78bee7ab23b)
-rw-r--r--graphics/libjxl/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/graphics/libjxl/Makefile b/graphics/libjxl/Makefile
index 73eb6850d46d..efc5292c4b72 100644
--- a/graphics/libjxl/Makefile
+++ b/graphics/libjxl/Makefile
@@ -14,6 +14,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