diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2020-10-11 11:18:04 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2020-10-11 11:18:10 +0100 |
commit | f838d5aa1b2dd5952c018c125ed6b72bf71a70fe (patch) | |
tree | 0c8260691cff861ec4e0060d6b01c1e8c10e5a4b /dev-games/mygui/mygui-3.2.2.ebuild | |
parent | dev-perl/Data-Validate-IP: Keyword ~arm64 re bug #747604 (diff) | |
download | gentoo-f838d5aa1b2dd5952c018c125ed6b72bf71a70fe.tar.gz gentoo-f838d5aa1b2dd5952c018c125ed6b72bf71a70fe.tar.bz2 gentoo-f838d5aa1b2dd5952c018c125ed6b72bf71a70fe.zip |
dev-games/mygui: fix build on c++17 compiler (gcc-11)
Reported-by: lekto@o2.pl
Closes: https://bugs.gentoo.org/732778
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-games/mygui/mygui-3.2.2.ebuild')
-rw-r--r-- | dev-games/mygui/mygui-3.2.2.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-games/mygui/mygui-3.2.2.ebuild b/dev-games/mygui/mygui-3.2.2.ebuild index ac582627a70d..dc3766716faf 100644 --- a/dev-games/mygui/mygui-3.2.2.ebuild +++ b/dev-games/mygui/mygui-3.2.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -41,6 +41,7 @@ PATCHES=( "${FILESDIR}"/${P}-underlinking.patch "${FILESDIR}"/${P}-build.patch "${FILESDIR}"/${P}-FHS.patch + "${FILESDIR}"/${P}-c++17.patch ) pkg_setup() { |