From 00ef3b5fc7d774716724717cf749416b90fb8cfc Mon Sep 17 00:00:00 2001 From: Dima Panov Date: Thu, 10 Apr 2025 00:48:40 +0300 Subject: [PATCH] games/gnome-chess: unbreak on recent -current (+) Fixes ld: error: undefined symbol: floor PR: 285950 --- games/gnome-chess/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/games/gnome-chess/Makefile b/games/gnome-chess/Makefile index 0d3313a8fea4..41be2955a969 100644 --- a/games/gnome-chess/Makefile +++ b/games/gnome-chess/Makefile @@ -24,6 +24,8 @@ USE_GNOME= cairo gtk40 librsvg2 libxml2:build USE_GL= egl gl BINARY_ALIAS= python3=${PYTHON_VERSION} +LDFLAGS+= -lm + GLIB_SCHEMAS= org.gnome.Chess.gschema.xml OPTIONS_DEFINE= GNUCHESS