Date: Tue, 29 Mar 2022 18:34:58 GMT From: Piotr Kubaj <pkubaj@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 35cc0f25f3ae - main - games/widelands: disable LTO on powerpc64 to fix runtime issues Message-ID: <202203291834.22TIYwYh088515@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202203291834.22TIYwYh088515>