mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 17:09:10 -07:00
games-emulation/dolphin: whitelist minizip, bug #671900
Richard reports build failure against live ebuild after
e6b2758ab4
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>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user