diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-07-14 00:52:44 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-07-14 00:52:44 +0000 |
commit | fa584eef8fdcd97959d0a146d5ce2cb4fd409a73 (patch) | |
tree | d7c47738b466bf38cc732243ab263fad25419313 /games-rpg/adonthell | |
parent | update autotool code #98923 (diff) | |
download | historical-fa584eef8fdcd97959d0a146d5ce2cb4fd409a73.tar.gz historical-fa584eef8fdcd97959d0a146d5ce2cb4fd409a73.tar.bz2 historical-fa584eef8fdcd97959d0a146d5ce2cb4fd409a73.zip |
work around dumb configure #98689
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'games-rpg/adonthell')
-rw-r--r-- | games-rpg/adonthell/Manifest | 8 | ||||
-rw-r--r-- | games-rpg/adonthell/adonthell-0.3.4a.ebuild | 4 |
2 files changed, 7 insertions, 5 deletions
diff --git a/games-rpg/adonthell/Manifest b/games-rpg/adonthell/Manifest index 1c980ee70914..c2546d30da95 100644 --- a/games-rpg/adonthell/Manifest +++ b/games-rpg/adonthell/Manifest @@ -1,7 +1,7 @@ -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 -MD5 4d494c5baf9cff4561cd9a34a2ee16dd adonthell-0.3.4a.ebuild 1335 +MD5 47b1922be8c7e82000af8d01e57b0814 adonthell-0.3.4a.ebuild 1412 MD5 f17b9b8fa07a38914fe1c03268f51678 metadata.xml 158 MD5 73d4b7e27d435af64ffcc6b24b1d43f7 adonthell-0.3.3-r1.ebuild 1217 MD5 4ac8b7dfa3b21c4089f6ae23918fd572 ChangeLog 1697 @@ -12,7 +12,7 @@ MD5 9b2f86f7d5729fd1944524672760f256 files/digest-adonthell-0.3.4a 72 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (GNU/Linux) -iD8DBQFC1bbTgIKl8Uu19MoRAtfpAJ9U6KuLw/gGc8h4s4T3fU7ZPb1lPwCgg7u6 -ssMBIysDNhIR1kcjjig7tlg= -=GvuE +iD8DBQFC1bevgIKl8Uu19MoRArOaAJ48eGawKJNYUYd9mK6PeZWJRrS9YACfcGuF +gd3UZh3hXLdJXFCQLpKj30E= +=DgE/ -----END PGP SIGNATURE----- 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 |