mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
games-emulation/libretro-dosbox: build with -std=gnu++11
The codebase is not yet compatible with any newer C++ dialect. Closes: https://bugs.gentoo.org/787704 Bug: https://github.com/libretro/dosbox-libretro/issues/137 Signed-off-by: Kerin Millar <kfm@plushkava.net> Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2018 Gentoo Foundation
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
@@ -6,8 +6,13 @@ EAPI=7
|
||||
LIBRETRO_REPO_NAME="libretro/dosbox-libretro"
|
||||
LIBRETRO_COMMIT_SHA="169d476437ec813b462a47254f24cf78473389c8"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
inherit libretro-core
|
||||
inherit flag-o-matic libretro-core
|
||||
|
||||
DESCRIPTION="DOSBox libretro port"
|
||||
LICENSE="GPL-2+"
|
||||
SLOT="0"
|
||||
|
||||
src_compile() {
|
||||
append-cxxflags -std=gnu++11
|
||||
default
|
||||
}
|
||||
|
||||
@@ -1,11 +1,16 @@
|
||||
# Copyright 1999-2018 Gentoo Foundation
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
LIBRETRO_REPO_NAME="libretro/dosbox-libretro"
|
||||
inherit libretro-core
|
||||
inherit libretro-core flag-o-matic
|
||||
|
||||
DESCRIPTION="DOSBox libretro port"
|
||||
LICENSE="GPL-2+"
|
||||
SLOT="0"
|
||||
|
||||
src_compile() {
|
||||
append-cxxflags -std=gnu++11
|
||||
default
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user