diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2025-07-01 07:00:58 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2025-07-01 07:00:58 +0000 |
| commit | 74755341b8504dc85ac08673144c0ec341b3a166 (patch) | |
| tree | 2da80e68abe47dc35b22c6d7ff8a62ed27cd8c10 /games-board | |
| parent | 7b2acbd09b9a228fb8beb66196f0323e1fde0dda (diff) | |
| download | baldeagleos-repo-74755341b8504dc85ac08673144c0ec341b3a166.tar.gz baldeagleos-repo-74755341b8504dc85ac08673144c0ec341b3a166.tar.xz baldeagleos-repo-74755341b8504dc85ac08673144c0ec341b3a166.zip | |
Adding metadata
Diffstat (limited to 'games-board')
| -rw-r--r-- | games-board/fruit/fruit-2.1-r1.ebuild | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/games-board/fruit/fruit-2.1-r1.ebuild b/games-board/fruit/fruit-2.1-r1.ebuild index 8ae53cb6d99f..bfe4a80da8e7 100644 --- a/games-board/fruit/fruit-2.1-r1.ebuild +++ b/games-board/fruit/fruit-2.1-r1.ebuild @@ -1,15 +1,15 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -inherit toolchain-funcs +inherit flag-o-matic toolchain-funcs MY_P="${PN}_$(ver_rs 1- '')_linux" DESCRIPTION="UCI-only chess engine" -HOMEPAGE="https://arctrix.com/nas/fruit/" -SRC_URI="https://arctrix.com/nas/${PN}/${MY_P}.zip" +HOMEPAGE="https://arctrix.com/nas/chess/fruit/" +SRC_URI="https://arctrix.com/nas/chess/${PN}/${MY_P}.zip" S="${WORKDIR}/${MY_P}/src" LICENSE="GPL-2+" @@ -25,6 +25,12 @@ src_prepare() { } src_compile() { + # -Werror=odr + # https://bugs.gentoo.org/941075 + # + # Went commercial, archived by a third-party source in 2007. Nowhere to report. + filter-lto + emake CXX="$(tc-getCXX)" CXXFLAGS="${CXXFLAGS} ${CPPFLAGS}" LDFLAGS="${LDFLAGS}" } |
