git: 337e0109d343 - main - graphics/libjxl: chase LTO on powerpc64 reference
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 13 Feb 2022 09:28:22 UTC
The branch main has been updated by jbeich:
URL: https://cgit.FreeBSD.org/ports/commit/?id=337e0109d343c4dcfc243db75ba5c31424ea2b63
commit 337e0109d343c4dcfc243db75ba5c31424ea2b63
Author: Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2022-02-13 09:17:34 +0000
Commit: Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2022-02-13 09:18:15 +0000
graphics/libjxl: chase LTO on powerpc64 reference
---
graphics/libjxl/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/graphics/libjxl/Makefile b/graphics/libjxl/Makefile
index 1b3bd1c71576..5f0e7dbc2f49 100644
--- a/graphics/libjxl/Makefile
+++ b/graphics/libjxl/Makefile
@@ -37,7 +37,7 @@ LDFLAGS+= -Wl,--as-needed # brotlicommon, GIMP/OPENEXR/PNG deps
OPTIONS_DEFINE= GIF GIMP JPEG LTO MANPAGES OPENEXR PIXBUF PNG
OPTIONS_DEFAULT=GIF GIMP JPEG LTO MANPAGES OPENEXR PIXBUF PNG
OPTIONS_EXCLUDE_i386= LTO # ConvolutionWithTranspose(): JXL_CHECK: out->xsize() == in.ysize()
-OPTIONS_EXCLUDE_powerpc64= ${"${/usr/bin/ld:L:tA}"==/usr/bin/ld.lld:?LTO:} # LLVM bug 47353
+OPTIONS_EXCLUDE_powerpc64= ${"${/usr/bin/ld:L:tA}"==/usr/bin/ld.lld:?LTO:} # https://github.com/llvm/llvm-project/issues/46697
OPTIONS_SUB= yes
GIF_LIB_DEPENDS= libgif.so:graphics/giflib