diff options
Diffstat (limited to 'games-board/polyglot/polyglot-1.4.70b-r3.ebuild')
-rw-r--r-- | games-board/polyglot/polyglot-1.4.70b-r3.ebuild | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/games-board/polyglot/polyglot-1.4.70b-r3.ebuild b/games-board/polyglot/polyglot-1.4.70b-r3.ebuild index 4af375e1455f..eb7416bcfb4e 100644 --- a/games-board/polyglot/polyglot-1.4.70b-r3.ebuild +++ b/games-board/polyglot/polyglot-1.4.70b-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -17,3 +17,7 @@ PATCHES=( "${FILESDIR}"/${P}-musl.patch ) DOCS="AUTHORS ChangeLog TODO" # README* installed by build system + +src_compile() { + emake CFLAGS="-std=gnu17 ${CFLAGS}" +} |