summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-07-14 00:52:44 +0000
committerMike Frysinger <vapier@gentoo.org>2005-07-14 00:52:44 +0000
commitf25e6f8a7cbac5e373648d9910813463548fb446 (patch)
tree94fe48c772e97795e1d22e8bc92d435d421f8171 /games-rpg/adonthell
parentupdate autotool code #98923 (diff)
downloadgentoo-2-f25e6f8a7cbac5e373648d9910813463548fb446.tar.gz
gentoo-2-f25e6f8a7cbac5e373648d9910813463548fb446.tar.bz2
gentoo-2-f25e6f8a7cbac5e373648d9910813463548fb446.zip
work around dumb configure #98689
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'games-rpg/adonthell')
-rw-r--r--games-rpg/adonthell/adonthell-0.3.4a.ebuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/games-rpg/adonthell/adonthell-0.3.4a.ebuild b/games-rpg/adonthell/adonthell-0.3.4a.ebuild
index b73cd819e132..c0e814bdb4db 100644
--- a/games-rpg/adonthell/adonthell-0.3.4a.ebuild
+++ b/games-rpg/adonthell/adonthell-0.3.4a.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-rpg/adonthell/adonthell-0.3.4a.ebuild,v 1.3 2005/07/14 00:49:04 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-rpg/adonthell/adonthell-0.3.4a.ebuild,v 1.4 2005/07/14 00:52:44 vapier Exp $
inherit eutils games
@@ -39,9 +39,11 @@ src_unpack() {
}
src_compile() {
+ # the fugly --with-vorbis is to work around #98689
egamesconf \
--disable-dependency-tracking \
--disable-py-debug \
+ --with-vorbis="${T}" \
$(use_enable nls) \
$(use_enable doc) \
|| die