diff options
author | Mike Frysinger <vapier@gentoo.org> | 2003-11-04 07:13:52 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2003-11-04 07:13:52 +0000 |
commit | 250e59c05964b35ebc223b0b55cc3b320c092a5e (patch) | |
tree | be90dff4b783d9898eab09e16264246c1e66964d /games-arcade/penguin-command | |
parent | added metadata for desktop-wm herd (diff) | |
download | gentoo-2-250e59c05964b35ebc223b0b55cc3b320c092a5e.tar.gz gentoo-2-250e59c05964b35ebc223b0b55cc3b320c092a5e.tar.bz2 gentoo-2-250e59c05964b35ebc223b0b55cc3b320c092a5e.zip |
try to fix crashes #29114
Diffstat (limited to 'games-arcade/penguin-command')
-rw-r--r-- | games-arcade/penguin-command/penguin-command-1.6.6.ebuild | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/games-arcade/penguin-command/penguin-command-1.6.6.ebuild b/games-arcade/penguin-command/penguin-command-1.6.6.ebuild index 23661ccf7af3..94d9f6e84d0e 100644 --- a/games-arcade/penguin-command/penguin-command-1.6.6.ebuild +++ b/games-arcade/penguin-command/penguin-command-1.6.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/penguin-command/penguin-command-1.6.6.ebuild,v 1.3 2003/10/27 15:13:10 mholzer Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/penguin-command/penguin-command-1.6.6.ebuild,v 1.4 2003/11/04 07:13:52 vapier Exp $ inherit games @@ -19,6 +19,11 @@ DEPEND="media-libs/libpng >=media-libs/libsdl-1.1.5 media-libs/sdl-mixer" +src_unpack() { + unpack ${A} + sed -i 's:-DUSE_SOUND::' ${S}/configure +} + src_install() { make install DESTDIR=${D} || die dodoc ChangeLog README NEWS AUTHORS |