diff options
author | 2005-08-08 00:36:48 +0000 | |
---|---|---|
committer | 2005-08-08 00:36:48 +0000 | |
commit | 8db65f4d4c0b76941baa3c8d447aee0c184e01ea (patch) | |
tree | 2d689f2a4d687b35d73efdb61f8391724b00707f /games-emulation/ps2emu-gssoft/ps2emu-gssoft-0.9.ebuild | |
parent | add usb to DEPEND (diff) | |
download | gentoo-2-8db65f4d4c0b76941baa3c8d447aee0c184e01ea.tar.gz gentoo-2-8db65f4d4c0b76941baa3c8d447aee0c184e01ea.tar.bz2 gentoo-2-8db65f4d4c0b76941baa3c8d447aee0c184e01ea.zip |
Fix PIC usage #101627 by Jens Pranaitis.
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'games-emulation/ps2emu-gssoft/ps2emu-gssoft-0.9.ebuild')
-rw-r--r-- | games-emulation/ps2emu-gssoft/ps2emu-gssoft-0.9.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games-emulation/ps2emu-gssoft/ps2emu-gssoft-0.9.ebuild b/games-emulation/ps2emu-gssoft/ps2emu-gssoft-0.9.ebuild index 22723d76390d..16e9799b20e6 100644 --- a/games-emulation/ps2emu-gssoft/ps2emu-gssoft-0.9.ebuild +++ b/games-emulation/ps2emu-gssoft/ps2emu-gssoft-0.9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/ps2emu-gssoft/ps2emu-gssoft-0.9.ebuild,v 1.2 2005/08/07 07:35:58 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/ps2emu-gssoft/ps2emu-gssoft-0.9.ebuild,v 1.3 2005/08/08 00:36:48 vapier Exp $ inherit games @@ -27,6 +27,7 @@ src_unpack() { cd "${S}" sed -i 's:-O2 -fomit-frame-pointer -ffast-math:$(OPTFLAGS):' Src/Linux/Makefile || die epatch "${FILESDIR}"/${P}-gentoo.patch + epatch "${FILESDIR}"/${P}-PIC.patch } src_compile() { |