summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenis Dupeyron <calchan@gentoo.org>2007-09-19 12:49:33 +0000
committerDenis Dupeyron <calchan@gentoo.org>2007-09-19 12:49:33 +0000
commit660e40f93ec0363d532132e2f3ccedbfdc686030 (patch)
tree9bec31107eddaf9008557ed248cbd1e01aabefe6 /games-rpg/nwn-data/nwn-data-1.29-r2.ebuild
parentStable on amd64 wrt security bug #190697 (diff)
downloadhistorical-660e40f93ec0363d532132e2f3ccedbfdc686030.tar.gz
historical-660e40f93ec0363d532132e2f3ccedbfdc686030.tar.bz2
historical-660e40f93ec0363d532132e2f3ccedbfdc686030.zip
Fixed sound in nwmovies.
Package-Manager: portage-2.1.3.9
Diffstat (limited to 'games-rpg/nwn-data/nwn-data-1.29-r2.ebuild')
-rw-r--r--games-rpg/nwn-data/nwn-data-1.29-r2.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/games-rpg/nwn-data/nwn-data-1.29-r2.ebuild b/games-rpg/nwn-data/nwn-data-1.29-r2.ebuild
index 2a44104ad4f3..346443e61c78 100644
--- a/games-rpg/nwn-data/nwn-data-1.29-r2.ebuild
+++ b/games-rpg/nwn-data/nwn-data-1.29-r2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-rpg/nwn-data/nwn-data-1.29-r2.ebuild,v 1.2 2007/09/05 12:25:18 calchan Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-rpg/nwn-data/nwn-data-1.29-r2.ebuild,v 1.3 2007/09/19 12:49:33 calchan Exp $
inherit eutils games
@@ -492,6 +492,7 @@ if [[ ! -a nwn.ini ]]; then \
fi \
if [[ -r ./nwmovies.so ]]; then \
export LD_PRELOAD=./nwmovies.so:$LD_PRELOAD \
+ export SDL_AUDIODRIVER=alsa \
fi \
if [[ -r ./nwmouse.so ]]; then \
export XCURSOR_PATH="$(pwd)" \