diff options
Diffstat (limited to 'games-sports/torcs/torcs-1.3.1.ebuild')
-rw-r--r-- | games-sports/torcs/torcs-1.3.1.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/games-sports/torcs/torcs-1.3.1.ebuild b/games-sports/torcs/torcs-1.3.1.ebuild index 8a31dc817edb..7bb96a69b620 100644 --- a/games-sports/torcs/torcs-1.3.1.ebuild +++ b/games-sports/torcs/torcs-1.3.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-sports/torcs/torcs-1.3.1.ebuild,v 1.5 2009/10/29 13:10:28 tupone Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-sports/torcs/torcs-1.3.1.ebuild,v 1.6 2010/04/26 23:15:15 mr_bones_ Exp $ EAPI=2 inherit autotools eutils multilib games @@ -34,7 +34,8 @@ src_prepare() { } src_configure() { - addpredict /dev/snd/controlC0 + addpredict /dev/snd/controlC? + [[ -e /dev/dsp ]] && addpredict /dev/dsp egamesconf \ --disable-dependency-tracking \ --datadir="${GAMES_DATADIR_BASE}" \ |