diff options
author | 2004-06-03 19:45:56 +0000 | |
---|---|---|
committer | 2004-06-03 19:45:56 +0000 | |
commit | 165a84fe76e4e33fbe85bd05876cd0b1d42b86bf (patch) | |
tree | 6c90746c91afd4c39b000bbf33b75bc8e4b99120 /games-emulation/psemu-peopssoftgpu/psemu-peopssoftgpu-1.15.ebuild | |
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/psemu-peopssoftgpu-1.15.ebuild')
-rw-r--r-- | games-emulation/psemu-peopssoftgpu/psemu-peopssoftgpu-1.15.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
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" |