git: 35cc0f25f3ae - main - games/widelands: disable LTO on powerpc64 to fix runtime issues
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 29 Mar 2022 18:34:58 UTC
The branch main has been updated by pkubaj: URL: https://cgit.FreeBSD.org/ports/commit/?id=35cc0f25f3aec51b1200a42ee5091475b96824ce commit 35cc0f25f3aec51b1200a42ee5091475b96824ce Author: Piotr Kubaj <pkubaj@FreeBSD.org> AuthorDate: 2022-03-29 18:24:25 +0000 Commit: Piotr Kubaj <pkubaj@FreeBSD.org> CommitDate: 2022-03-29 18:24:25 +0000 games/widelands: disable LTO on powerpc64 to fix runtime issues --- games/widelands/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/games/widelands/Makefile b/games/widelands/Makefile index 606629812a1a..ca5d97aead75 100644 --- a/games/widelands/Makefile +++ b/games/widelands/Makefile @@ -32,6 +32,7 @@ PORTDOCS= * OPTIONS_DEFINE= DOCS LTO NLS TEST OPTIONS_DEFAULT=LTO +OPTIONS_EXCLUDE_powerpc64= LTO LTO_CMAKE_ON= -DUSE_FLTO_IF_AVAILABLE:STRING="yes" NLS_CMAKE_BOOL= OPTION_BUILD_TRANSLATIONS