summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2020-09-11 08:52:45 +0100
committerSergei Trofimovich <slyfox@gentoo.org>2020-09-11 08:52:54 +0100
commit88259ea9f50de11ed1459c41d5f87262c14fb0d7 (patch)
treea946dd7b123008c8c2849674e93c6ecc42d107e9 /games-emulation
parentprofiles/package.mask: mask sci-electronics/linsmith for removal (diff)
downloadgentoo-88259ea9f50de11ed1459c41d5f87262c14fb0d7.tar.gz
gentoo-88259ea9f50de11ed1459c41d5f87262c14fb0d7.tar.bz2
gentoo-88259ea9f50de11ed1459c41d5f87262c14fb0d7.zip
games-emulation/dolphin: allow new rangeset depend
While at it disable verbose dev cmake warnings. Package-Manager: Portage-3.0.6, Repoman-3.0.1 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'games-emulation')
-rw-r--r--games-emulation/dolphin/dolphin-9999.ebuild7
1 files changed, 7 insertions, 0 deletions
diff --git a/games-emulation/dolphin/dolphin-9999.ebuild b/games-emulation/dolphin/dolphin-9999.ebuild
index 56655d4613a0..09ecec7709c5 100644
--- a/games-emulation/dolphin/dolphin-9999.ebuild
+++ b/games-emulation/dolphin/dolphin-9999.ebuild
@@ -89,6 +89,10 @@ src_prepare() {
# no support for for using system library
glslang
imgui
+
+ # not packaged, tiny header library
+ rangeset
+
# FIXME: xxhash can't be found by cmake
xxhash
# no support for for using system library
@@ -152,6 +156,9 @@ src_configure() {
# All dolphin's libraries are private
# and rely on circular dependency resolution.
-DBUILD_SHARED_LIBS=OFF
+
+ # Avoid warning spam around unset variables.
+ -Wno-dev
)
cmake_src_configure