git: 87ac0c3e557c - main - x11/foot: chase LTO on powerpc64 reference
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 13 Feb 2022 09:28:24 UTC
The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=87ac0c3e557c8a7a91c4b74ffb098936391f34fc commit 87ac0c3e557c8a7a91c4b74ffb098936391f34fc Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2022-02-13 09:17:43 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2022-02-13 09:18:16 +0000 x11/foot: chase LTO on powerpc64 reference --- x11/foot/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11/foot/Makefile b/x11/foot/Makefile index f4b8bbae0796..7a993bb0a93c 100644 --- a/x11/foot/Makefile +++ b/x11/foot/Makefile @@ -25,7 +25,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME} OPTIONS_DEFINE= DOCS LTO NOTIFY PGO UTF8PROC XDG OPTIONS_DEFAULT=LTO NOTIFY PGO UTF8PROC XDG OPTIONS_EXCLUDE+= ${CC:T:Mgcc*:C/.+/LTO/} # undefined reference to `xstrdup' -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_EXCLUDE_FreeBSD_12= ${WAYLAND_DISPLAY:UPGO} # ./pgo hangs DOCS_BUILD_DEPENDS= scdoc:textproc/scdoc