diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-06-14 07:10:09 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-06-14 07:10:09 +0000 |
commit | aa0ef2f8c626f836ba9d2bfe5dfa3df907ad7dba (patch) | |
tree | 4aa6c53ecc70c75a43ba29d9191d9948b0706fd8 /games-strategy | |
parent | fix SRC_URI (bug #53839); tidy (Manifest recommit) (diff) | |
download | gentoo-2-aa0ef2f8c626f836ba9d2bfe5dfa3df907ad7dba.tar.gz gentoo-2-aa0ef2f8c626f836ba9d2bfe5dfa3df907ad7dba.tar.bz2 gentoo-2-aa0ef2f8c626f836ba9d2bfe5dfa3df907ad7dba.zip |
explicitly give the path for vorbis (bug #46352)
Diffstat (limited to 'games-strategy')
-rw-r--r-- | games-strategy/glob2/ChangeLog | 5 | ||||
-rw-r--r-- | games-strategy/glob2/glob2-0.8.6.ebuild | 10 |
2 files changed, 13 insertions, 2 deletions
diff --git a/games-strategy/glob2/ChangeLog b/games-strategy/glob2/ChangeLog index 53479865ed2f..6295f6f4c17f 100644 --- a/games-strategy/glob2/ChangeLog +++ b/games-strategy/glob2/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-strategy/glob2 # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/glob2/ChangeLog,v 1.8 2004/06/09 23:11:29 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/glob2/ChangeLog,v 1.9 2004/06/14 07:10:09 mr_bones_ Exp $ + + 14 Jun 2004; Michael Sterrett <mr_bones_@gentoo.org> glob2-0.8.6.ebuild: + explicitly give the path for vorbis (bug #46352) 09 Jun 2004; Michael Sterrett <mr_bones_@gentoo.org> glob2-0.8.2.ebuild, glob2-0.8.4.ebuild: diff --git a/games-strategy/glob2/glob2-0.8.6.ebuild b/games-strategy/glob2/glob2-0.8.6.ebuild index 1eed1d0f3c99..0f782f036a26 100644 --- a/games-strategy/glob2/glob2-0.8.6.ebuild +++ b/games-strategy/glob2/glob2-0.8.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/glob2/glob2-0.8.6.ebuild,v 1.1 2004/06/09 23:10:53 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/glob2/glob2-0.8.6.ebuild,v 1.2 2004/06/14 07:10:09 mr_bones_ Exp $ inherit games @@ -23,6 +23,14 @@ DEPEND="virtual/glibc =media-libs/freetype-2* sys-libs/zlib" +src_compile() { + #./configure assumes that vorbis will be installed under PREFIX bug #46352 + egamesconf \ + --with-vorbis=/usr \ + || die + emake || die "emake failed" +} + src_install() { make DESTDIR="${D}" install || die "make install failed" dodoc AUTHORS README TODO |