mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-17 14:49:30 -07:00
games-emulation/mupen64plus-core: fix build with zlib-1.3.2[minizip]
Bug: https://bugs.gentoo.org/970227 Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
(part of a downstream quickfix batch, may still need to be looked at upstream)
|
||||
|
||||
https://bugs.gentoo.org/970227
|
||||
--- a/src/main/savestates.c
|
||||
+++ b/src/main/savestates.c
|
||||
@@ -33,4 +33,4 @@
|
||||
#include <zlib.h>
|
||||
-#include <unzip.h>
|
||||
-#include <zip.h>
|
||||
+#include <minizip/unzip.h>
|
||||
+#include <minizip/zip.h>
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Copyright 1999-2026 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
@@ -46,6 +46,10 @@ BDEPEND="
|
||||
virtual/pkgconfig
|
||||
"
|
||||
|
||||
PATCHES=(
|
||||
"${FILESDIR}"/${PN}-2.6.0-zlib-1.3.2.patch
|
||||
)
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
|
||||
|
||||
Reference in New Issue
Block a user