diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-06-03 19:45:56 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-06-03 19:45:56 +0000 |
commit | 165a84fe76e4e33fbe85bd05876cd0b1d42b86bf (patch) | |
tree | 6c90746c91afd4c39b000bbf33b75bc8e4b99120 /games-emulation/psemu-peopssoftgpu | |
parent | fix depend for bug #50509 (diff) | |
download | historical-165a84fe76e4e33fbe85bd05876cd0b1d42b86bf.tar.gz historical-165a84fe76e4e33fbe85bd05876cd0b1d42b86bf.tar.bz2 historical-165a84fe76e4e33fbe85bd05876cd0b1d42b86bf.zip |
Fix use invocation
Diffstat (limited to 'games-emulation/psemu-peopssoftgpu')
-rw-r--r-- | games-emulation/psemu-peopssoftgpu/ChangeLog | 6 | ||||
-rw-r--r-- | games-emulation/psemu-peopssoftgpu/psemu-peopssoftgpu-1.15.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/games-emulation/psemu-peopssoftgpu/ChangeLog b/games-emulation/psemu-peopssoftgpu/ChangeLog index 065a94e1f827..9f1f67ad2fe0 100644 --- a/games-emulation/psemu-peopssoftgpu/ChangeLog +++ b/games-emulation/psemu-peopssoftgpu/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-emulation/psemu-peopssoftgpu # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/psemu-peopssoftgpu/ChangeLog,v 1.3 2004/02/13 15:38:00 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/psemu-peopssoftgpu/ChangeLog,v 1.4 2004/06/03 19:45:56 agriffis Exp $ + + 03 Jun 2004; Aron Griffis <agriffis@gentoo.org> + psemu-peopssoftgpu-1.15.ebuild: + Fix use invocation 13 Feb 2004; David Holm <dholm@gentoo.org> psemu-peopssoftgpu-1.15.ebuild: Added some modifications to make it compile on non-x86 archs and added to ~ppc. diff --git a/games-emulation/psemu-peopssoftgpu/psemu-peopssoftgpu-1.15.ebuild b/games-emulation/psemu-peopssoftgpu/psemu-peopssoftgpu-1.15.ebuild index 4d99b5c04951..82d6e793c9d5 100644 --- a/games-emulation/psemu-peopssoftgpu/psemu-peopssoftgpu-1.15.ebuild +++ b/games-emulation/psemu-peopssoftgpu/psemu-peopssoftgpu-1.15.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/psemu-peopssoftgpu/psemu-peopssoftgpu-1.15.ebuild,v 1.3 2004/02/14 00:28:44 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/psemu-peopssoftgpu/psemu-peopssoftgpu-1.15.ebuild,v 1.4 2004/06/03 19:45:56 agriffis Exp $ inherit games eutils @@ -37,7 +37,7 @@ src_compile() { emake OPTFLAGS="${CFLAGS}" || die "x11 build failed" - if [ `use sdl` ] ; then + if use sdl ; then sed -i 's:mk.x11:mk.fpse:g' Makefile make clean || die "make clean failed" emake OPTFLAGS="${CFLAGS}" || die "sdl build failed" |