diff options
author | RobinDX <robin9800xt@gmail.com> | 2016-02-21 11:02:36 +0800 |
---|---|---|
committer | RobinDX <robin9800xt@gmail.com> | 2016-02-21 11:06:10 +0800 |
commit | 12a60de74952677848a9e98045b1ee38c566a672 (patch) | |
tree | 309b1661fb11ae25ecca6e823905fe786016a1db /games-emulation/ppsspp/ppsspp-9999.ebuild | |
parent | mail-filter/rmilter: remove old versions (diff) | |
download | gentoo-12a60de74952677848a9e98045b1ee38c566a672.tar.gz gentoo-12a60de74952677848a9e98045b1ee38c566a672.tar.bz2 gentoo-12a60de74952677848a9e98045b1ee38c566a672.zip |
games-emulation/ppsspp: version bump
Diffstat (limited to 'games-emulation/ppsspp/ppsspp-9999.ebuild')
-rw-r--r-- | games-emulation/ppsspp/ppsspp-9999.ebuild | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/games-emulation/ppsspp/ppsspp-9999.ebuild b/games-emulation/ppsspp/ppsspp-9999.ebuild index a3d3bccdde5d..64e75baaa156 100644 --- a/games-emulation/ppsspp/ppsspp-9999.ebuild +++ b/games-emulation/ppsspp/ppsspp-9999.ebuild @@ -59,12 +59,9 @@ src_unpack() { } src_prepare() { - # Bug 574000 sed -i -e "s#-O3#-O2#g;" "${S}"/CMakeLists.txt || die - - epatch "$FILESDIR"/ppsspp-ffmpeg-x86_64.patch - epatch "$FILESDIR"/ppsspp-ffmpeg-x86.patch - epatch "$FILESDIR"/ppsspp-qt.patch + sed -i -e "s#-O3#-O2#g;" "${S}"/Qt/Settings.pri || die + sed -i -e "s#-O3#-O2#g;" "${S}"/ffmpeg/linux_*.sh || die if use qt4 ; then cd "${WORKDIR}"/"${P}"/Qt || die |