summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wendler <polynomial-c@gentoo.org>2019-01-04 18:39:43 +0100
committerLars Wendler <polynomial-c@gentoo.org>2019-01-04 18:39:56 +0100
commit92170680370d7c953241845837d0d6c7daa36e35 (patch)
tree3d69e9dbeee5bb73bfa286aa20fbe78e91017ae1 /games-emulation/snes9x/snes9x-1.58.ebuild
parentdev-python/pycuda: Bump version to 2018.1.1 (diff)
downloadgentoo-92170680370d7c953241845837d0d6c7daa36e35.tar.gz
gentoo-92170680370d7c953241845837d0d6c7daa36e35.tar.bz2
gentoo-92170680370d7c953241845837d0d6c7daa36e35.zip
games-emulation/snes9x: Fixed build with USE="-png".
Closes: https://bugs.gentoo.org/659900 Package-Manager: Portage-2.3.54, Repoman-2.3.12 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
Diffstat (limited to 'games-emulation/snes9x/snes9x-1.58.ebuild')
-rw-r--r--games-emulation/snes9x/snes9x-1.58.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/games-emulation/snes9x/snes9x-1.58.ebuild b/games-emulation/snes9x/snes9x-1.58.ebuild
index 911de9a90fb0..9fd943cac808 100644
--- a/games-emulation/snes9x/snes9x-1.58.ebuild
+++ b/games-emulation/snes9x/snes9x-1.58.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -47,6 +47,7 @@ S="${WORKDIR}/${P}/unix"
PATCHES=(
"${FILESDIR}"/${PN}-1.53-cross-compile.patch
"${FILESDIR}"/${PN}-1.58-build-system.patch
+ "${FILESDIR}"/${P}-without-screenshot_build_fix.patch
)
src_prepare() {