diff --git a/games-emulation/fceux/fceux-2.6.6-r2.ebuild b/games-emulation/fceux/fceux-2.6.6-r2.ebuild index cf94951e39729..dfdc718844019 100644 --- a/games-emulation/fceux/fceux-2.6.6-r2.ebuild +++ b/games-emulation/fceux/fceux-2.6.6-r2.ebuild @@ -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 @@ -36,6 +36,7 @@ PATCHES=( "${FILESDIR}"/${PN}-2.4.0-no-git.patch "${FILESDIR}"/${PN}-2.6.6-luajit.patch "${FILESDIR}"/${PN}-2.6.6-no-glx.patch + "${FILESDIR}"/${PN}-2.6.6-zlib132.patch ) src_prepare() { diff --git a/games-emulation/fceux/files/fceux-2.6.6-zlib132.patch b/games-emulation/fceux/files/fceux-2.6.6-zlib132.patch new file mode 100644 index 0000000000000..9a23b5f2382f8 --- /dev/null +++ b/games-emulation/fceux/files/fceux-2.6.6-zlib132.patch @@ -0,0 +1,11 @@ +https://bugs.gentoo.org/971158 +--- a/src/drivers/Qt/AboutWindow.cpp ++++ b/src/drivers/Qt/AboutWindow.cpp +@@ -26 +26 @@ +-#include ++#include +--- a/src/drivers/Qt/fceuWrapper.cpp ++++ b/src/drivers/Qt/fceuWrapper.cpp +@@ -26 +26 @@ +-#include ++#include