diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2023-03-03 15:34:29 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2023-03-03 15:56:39 +0000 |
commit | 0b4ef05121c56a358553868394ea7a7e12d4edf9 (patch) | |
tree | 07fdaa2c51604a2bbf550e548c884019c06214b2 | |
parent | devel/py-apscheduler: update to 3.10.1 (diff) |
graphics/libjxl: unbreak some tests after 7ea47cecaa27
$ make test
[...]
83% tests passed, 748 tests failed out of 4401
https://github.com/libjxl/libjxl/commit/73df8b879862
-rw-r--r-- | graphics/libjxl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/libjxl/Makefile b/graphics/libjxl/Makefile index 4285076da61b..f1d4aa1c7b41 100644 --- a/graphics/libjxl/Makefile +++ b/graphics/libjxl/Makefile @@ -19,7 +19,7 @@ CPE_VENDOR= ${PORTNAME}_project USE_GITHUB= yes USE_LDCONFIG= yes GH_TUPLE= jbeich:skcms:b25b07b:skcms/third_party/skcms \ - libjxl:testdata:d6168ff:testdata/third_party/testdata \ + libjxl:testdata:d6168ff:testdata/testdata \ webmproject:sjpeg:868ab55:sjpeg/third_party/sjpeg \ ${NULL} CMAKE_ON= JPEGXL_ENABLE_PLUGINS |