diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2018-11-25 21:41:44 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2018-11-25 21:44:53 +0000 |
commit | 2f26b496e55dddef5d8fce650becb4c3db4cc450 (patch) | |
tree | 6a0e3464fe71badf002e5afc7eb9885a9df198bd /games-emulation | |
parent | net-misc/minidlna: Disarm meaningless 'make check' (diff) | |
download | gentoo-2f26b496e55dddef5d8fce650becb4c3db4cc450.tar.gz gentoo-2f26b496e55dddef5d8fce650becb4c3db4cc450.tar.bz2 gentoo-2f26b496e55dddef5d8fce650becb4c3db4cc450.zip |
games-emulation/dolphin: whitelist minizip, bug #671900
Richard reports build failure against live ebuild after
https://github.com/dolphin-emu/dolphin/commit/e6b2758ab401975c0bde2b80bec5b05485c25c5a
upstream update:
CMake Error at CMakeLists.txt:565 (add_subdirectory):
add_subdirectory given source "Externals/minizip" which
is not an existing directory.
Allow using stripped down minizip.
Reported-by: Richard Yao
Closes: https://bugs.gentoo.org/671900
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'games-emulation')
-rw-r--r-- | games-emulation/dolphin/dolphin-9999.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/games-emulation/dolphin/dolphin-9999.ebuild b/games-emulation/dolphin/dolphin-9999.ebuild index 3294bace82d7..61d3d08da2bc 100644 --- a/games-emulation/dolphin/dolphin-9999.ebuild +++ b/games-emulation/dolphin/dolphin-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -79,6 +79,8 @@ src_prepare() { glslang # FIXME: xxhash can't be found by cmake xxhash + # no support for for using system library + minizip # soundtouch uses shorts, not floats soundtouch cubeb |