aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2022-02-13 09:17:34 +0000
committerJan Beich <jbeich@FreeBSD.org>2022-02-13 09:18:15 +0000
commit337e0109d343c4dcfc243db75ba5c31424ea2b63 (patch)
tree4fb36f7928239c1ec904cc97b9ffe04d03db77ee
parent48a6894b9d342a8f799a1da08f0fffcf658a47fc (diff)
downloadports-337e0109d343c4dcfc243db75ba5c31424ea2b63.tar.gz
ports-337e0109d343c4dcfc243db75ba5c31424ea2b63.zip
graphics/libjxl: chase LTO on powerpc64 reference
-rw-r--r--graphics/libjxl/Makefile2
1 files changed, 1 insertions, 1 deletions
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